NetSurf
Public Types | Data Fields
gui_drag Struct Reference

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
 

Detailed Description

Definition at line 86 of file gui.c.

Member Enumeration Documentation

◆ state

Enumerator
GUI_DRAG_NONE 
GUI_DRAG_PRESSED 
GUI_DRAG_DRAG 

Definition at line 87 of file gui.c.

Field Documentation

◆ button

int gui_drag::button

Definition at line 92 of file gui.c.

Referenced by fb_browser_window_click(), and fb_browser_window_move().

◆ grabbed_pointer

bool gui_drag::grabbed_pointer

Definition at line 95 of file gui.c.

Referenced by fb_browser_window_click(), and fb_browser_window_move().

◆ state

◆ x

int gui_drag::x

Definition at line 93 of file gui.c.

Referenced by fb_browser_window_click(), and fb_browser_window_move().

◆ y

int gui_drag::y

Definition at line 94 of file gui.c.

Referenced by fb_browser_window_click(), and fb_browser_window_move().


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