#include <FXApp.h>
Public Attributes | |
FXuint | type |
FXuint | time |
FXint | win_x |
FXint | win_y |
FXint | root_x |
FXint | root_y |
FXint | state |
FXint | code |
FXString | text |
FXint | last_x |
FXint | last_y |
FXint | click_x |
FXint | click_y |
FXint | rootclick_x |
FXint | rootclick_y |
FXuint | click_time |
FXuint | click_button |
FXint | click_count |
FXbool | moved |
FXRectangle | rect |
FXbool | synthetic |
FXDragType | target |
FXuint FX::FXEvent::time |
Event type.
FXint FX::FXEvent::win_x |
Time of last event.
FXint FX::FXEvent::win_y |
Window-relative x-coord.
FXint FX::FXEvent::root_x |
Window-relative y-coord.
FXint FX::FXEvent::root_y |
Root x-coord.
FXint FX::FXEvent::state |
Root y-coord.
FXint FX::FXEvent::code |
Mouse button and modifier key state.
Button, Keysym, or mode; DDE Source.
FXint FX::FXEvent::last_x |
Text of keyboard event.
FXint FX::FXEvent::last_y |
Window-relative x-coord of previous mouse location.
FXint FX::FXEvent::click_x |
Window-relative y-coord of previous mouse location.
FXint FX::FXEvent::click_y |
Window-relative x-coord of mouse press.
FXint FX::FXEvent::rootclick_x |
Window-relative y-coord of mouse press.
FXint FX::FXEvent::rootclick_y |
Root-relative x-coord of mouse press.
FXuint FX::FXEvent::click_time |
Root-relative y-coord of mouse press.
FXuint FX::FXEvent::click_button |
Time of mouse button press.
FXint FX::FXEvent::click_count |
Mouse button pressed.
FXbool FX::FXEvent::moved |
Click-count.
Moved cursor since press.
FXbool FX::FXEvent::synthetic |
Rectangle.
FXDragType FX::FXEvent::target |
True if synthetic expose event.