NetSurf
Data Fields
nsgtk_corewindow_mouse Struct Reference

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
 

Detailed Description

nsgtk core window mouse state

Definition at line 27 of file corewindow.h.

Field Documentation

◆ last_x

int nsgtk_corewindow_mouse::last_x

Definition at line 32 of file corewindow.h.

Referenced by nsgtk_cw_button_press_event(), and nsgtk_cw_motion_notify_event().

◆ last_y

int nsgtk_corewindow_mouse::last_y

Definition at line 33 of file corewindow.h.

Referenced by nsgtk_cw_button_press_event(), and nsgtk_cw_motion_notify_event().

◆ pressed

bool nsgtk_corewindow_mouse::pressed

◆ pressed_x

int nsgtk_corewindow_mouse::pressed_x

Definition at line 30 of file corewindow.h.

Referenced by nsgtk_cw_button_press_event(), and nsgtk_cw_motion_notify_event().

◆ pressed_y

int nsgtk_corewindow_mouse::pressed_y

Definition at line 31 of file corewindow.h.

Referenced by nsgtk_cw_button_press_event(), and nsgtk_cw_motion_notify_event().

◆ state

browser_mouse_state nsgtk_corewindow_mouse::state

last event status

Definition at line 28 of file corewindow.h.

Referenced by nsgtk_cw_button_press_event(), nsgtk_cw_button_release_event(), and nsgtk_cw_motion_notify_event().


The documentation for this struct was generated from the following file: