EventInfo
Fields
| unsigned int | _flags |
EVENT_ERROR |
_error |
| String | _error_string |
| int | _mouse_x |
| int | _mouse_y |
| int | _mouse_wheel |
| bool | _mouse_left |
| bool | _mouse_middle |
| bool | _mouse_right |
| int | _key |
| int | _win_width |
| int | _win_height |
| int | _uvar |
| String | _path |
| Object * | _selected_item |
| Vector < Object * > | _selected_item_path |
INSPECTOR |
_inspector |
| bool | _double_clicked |
Detailed Description
-
struct
EventInfo Describes an application event.
@related class RFK::TutorialApplication