A structure containing information on an user event.
More...
#include <Event.hpp>
|
| int32 | code |
| | User defined event code.
|
| void * | data1 |
| | User defined data pointer.
|
| void * | data2 |
| | User defined data pointer.
|
| uint32 | window_id |
| | The identifier of the window at the moment of the event.
|
A structure containing information on an user event.
Definition at line 440 of file Event.hpp.
◆ code
| int32 nom::UserEvent::code |
User defined event code.
Definition at line 443 of file Event.hpp.
◆ data1
| void* nom::UserEvent::data1 |
User defined data pointer.
Definition at line 446 of file Event.hpp.
◆ data2
| void* nom::UserEvent::data2 |
User defined data pointer.
Definition at line 449 of file Event.hpp.
◆ window_id
| uint32 nom::UserEvent::window_id |
The identifier of the window at the moment of the event.
Definition at line 452 of file Event.hpp.
The documentation for this struct was generated from the following file:
- /home/jeff/Projects/nomlib.git/include/nomlib/system/Event.hpp