NetSurf
|
nsgtk core window mouse state More...
#include <corewindow.h>
Data Fields | |
browser_mouse_state | state |
last event status More... | |
bool | pressed |
int | pressed_x |
int | pressed_y |
int | last_x |
int | last_y |
nsgtk core window mouse state
Definition at line 29 of file corewindow.h.
int nsgtk_corewindow_mouse::last_x |
Definition at line 34 of file corewindow.h.
Referenced by nsgtk_cw_button_press_event(), and nsgtk_cw_motion_notify_event().
int nsgtk_corewindow_mouse::last_y |
Definition at line 35 of file corewindow.h.
Referenced by nsgtk_cw_button_press_event(), and nsgtk_cw_motion_notify_event().
bool nsgtk_corewindow_mouse::pressed |
Definition at line 31 of file corewindow.h.
Referenced by nsgtk_cw_button_press_event(), nsgtk_cw_button_release_event(), and nsgtk_cw_motion_notify_event().
int nsgtk_corewindow_mouse::pressed_x |
Definition at line 32 of file corewindow.h.
Referenced by nsgtk_cw_button_press_event(), and nsgtk_cw_motion_notify_event().
int nsgtk_corewindow_mouse::pressed_y |
Definition at line 33 of file corewindow.h.
Referenced by nsgtk_cw_button_press_event(), and nsgtk_cw_motion_notify_event().
browser_mouse_state nsgtk_corewindow_mouse::state |
last event status
Definition at line 30 of file corewindow.h.
Referenced by nsgtk_cw_button_press_event(), nsgtk_cw_button_release_event(), and nsgtk_cw_motion_notify_event().