FXEvent

struct FXEvent

FOX Event

[more]FXuint type
Event type
[more]FXuint time
Time of last event
[more]FXint win_x
Window-relative x-coord
[more]FXint win_y
Window-relative y-coord
[more]FXint root_x
Root x-coord
[more]FXint root_y
Root y-coord
[more]FXint state
Keyboard/Modifier state
[more]FXint code
Button, Keysym, or mode; DDE Source
[more]FXString text
Text of keyboard event
[more]FXint last_x
Window-relative x-coord of previous mouse location
[more]FXint last_y
Window-relative y-coord of previous mouse location
[more]FXint click_x
Window-relative x-coord of mouse press
[more]FXint click_y
Window-relative y-coord of mouse press
[more]FXint rootclick_x
Root-relative x-coord of mouse press
[more]FXint rootclick_y
Root-relative y-coord of mouse press
[more]FXuint click_time
Time of mouse button press
[more]FXuint click_button
Mouse button pressed
[more]FXint click_count
Click-count
[more]FXbool moved
Moved cursor since press
[more]FXRectangle rect
Rectangle
[more]FXbool synthetic
True if synthetic expose event
[more]FXDragType target
Target drag type being requested


Documentation

FOX Event
oFXuint type
Event type

oFXuint time
Time of last event

oFXint win_x
Window-relative x-coord

oFXint win_y
Window-relative y-coord

oFXint root_x
Root x-coord

oFXint root_y
Root y-coord

oFXint state
Keyboard/Modifier state

oFXint code
Button, Keysym, or mode; DDE Source

oFXString text
Text of keyboard event

oFXint last_x
Window-relative x-coord of previous mouse location

oFXint last_y
Window-relative y-coord of previous mouse location

oFXint click_x
Window-relative x-coord of mouse press

oFXint click_y
Window-relative y-coord of mouse press

oFXint rootclick_x
Root-relative x-coord of mouse press

oFXint rootclick_y
Root-relative y-coord of mouse press

oFXuint click_time
Time of mouse button press

oFXuint click_button
Mouse button pressed

oFXint click_count
Click-count

oFXbool moved
Moved cursor since press

oFXRectangle rect
Rectangle

oFXbool synthetic
True if synthetic expose event

oFXDragType target
Target drag type being requested

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.