nomlib
Loading...
Searching...
No Matches
nom::MouseState Struct Reference

Public Attributes

Point2i pos
 The X & Y coordinates of the mouse cursor position, relative to the focused window.
uint32 state
 32-bit button bit-mask of the current button state.

Detailed Description

Definition at line 48 of file Cursor.hpp.

Member Data Documentation

◆ pos

Point2i nom::MouseState::pos

The X & Y coordinates of the mouse cursor position, relative to the focused window.

Definition at line 52 of file Cursor.hpp.

◆ state

uint32 nom::MouseState::state

32-bit button bit-mask of the current button state.

Definition at line 55 of file Cursor.hpp.


The documentation for this struct was generated from the following file: