40 SCROLLLOCKMASK = 0x0E0,
41 LEFTBUTTONMASK = 0x100,
42 MIDDLEBUTTONMASK = 0x200,
43 RIGHTBUTTONMASK = 0x400
77 SEL_LEFTBUTTONRELEASE,
78 SEL_MIDDLEBUTTONPRESS,
79 SEL_MIDDLEBUTTONRELEASE,
81 SEL_RIGHTBUTTONRELEASE,
97 SEL_SELECTION_REQUEST,
129 SEL_CLIPBOARD_GAINED,
130 SEL_CLIPBOARD_REQUEST,
153 SEL_SPACEBALLBUTTONPRESS,
154 SEL_SPACEBALLBUTTONRELEASE,
FXint root_y
Root x-coord.
Definition: FXEvent.h:171
FXint win_x
Time of last event.
Definition: FXEvent.h:168
FXint click_count
Mouse button pressed.
Definition: FXEvent.h:183
Rectangle.
Definition: FXRectangle.h:32
FXDragType target
True if synthetic expose event.
Definition: FXEvent.h:188
FXint rootclick_y
Root-relative x-coord of mouse press.
Definition: FXEvent.h:180
FXint state
Root y-coord.
Definition: FXEvent.h:172
FXint last_x
Text of keyboard event.
Definition: FXEvent.h:175
FXint click_y
Window-relative x-coord of mouse press.
Definition: FXEvent.h:178
FXint last_y
Window-relative x-coord of previous mouse location.
Definition: FXEvent.h:176
FXint click_button
Time of mouse button press.
Definition: FXEvent.h:182
FXString text
Button, Keysym, or mode; DDE Source.
Definition: FXEvent.h:174
FXint code
Mouse button and modifier key state.
Definition: FXEvent.h:173
Definition: FX4Splitter.h:28
FXuint click_time
Root-relative y-coord of mouse press.
Definition: FXEvent.h:181
FOX Event.
Definition: FXEvent.h:165
FXbool moved
Valuators from space ball.
Definition: FXEvent.h:185
FXuint time
Event type.
Definition: FXEvent.h:167
FXbool synthetic
Rectangle.
Definition: FXEvent.h:187
FXRectangle rect
Moved cursor since press.
Definition: FXEvent.h:186
FXint click_x
Window-relative y-coord of previous mouse location.
Definition: FXEvent.h:177
FXEvent(FXuint t=SEL_NONE)
Target drag type being requested.
Definition: FXEvent.h:191
FXint root_x
Window-relative y-coord.
Definition: FXEvent.h:170
FXint win_y
Window-relative x-coord.
Definition: FXEvent.h:169
FXint rootclick_x
Window-relative y-coord of mouse press.
Definition: FXEvent.h:179
FXString provides essential string manipulation capabilities in FOX.
Definition: FXString.h:42