NetSurf
|
Public Types | |
enum | state { GUI_DRAG_NONE , GUI_DRAG_PRESSED , GUI_DRAG_DRAG } |
Data Fields | |
enum gui_drag::state | state |
int | button |
int | x |
int | y |
bool | grabbed_pointer |
enum gui_drag::state |
int gui_drag::button |
Definition at line 93 of file gui.c.
Referenced by fb_browser_window_click(), and fb_browser_window_move().
bool gui_drag::grabbed_pointer |
Definition at line 96 of file gui.c.
Referenced by fb_browser_window_click(), and fb_browser_window_move().
int gui_drag::x |
Definition at line 94 of file gui.c.
Referenced by fb_browser_window_click(), and fb_browser_window_move().
int gui_drag::y |
Definition at line 95 of file gui.c.
Referenced by fb_browser_window_click(), and fb_browser_window_move().