NetSurf
Data Fields
ro_gui_pointer_entry Struct Reference

An entry in ro_gui_pointer_table. More...

Data Fields

bool wimp_area
 
char sprite_name [16]
 The pointer is in the Wimp's sprite area. More...
 
int xactive
 
int yactive
 

Detailed Description

An entry in ro_gui_pointer_table.

Definition at line 144 of file window.c.

Field Documentation

◆ sprite_name

char ro_gui_pointer_entry::sprite_name[16]

The pointer is in the Wimp's sprite area.

Definition at line 146 of file window.c.

Referenced by gui_window_set_pointer().

◆ wimp_area

bool ro_gui_pointer_entry::wimp_area

Definition at line 145 of file window.c.

Referenced by gui_window_set_pointer().

◆ xactive

int ro_gui_pointer_entry::xactive

Definition at line 147 of file window.c.

Referenced by gui_window_set_pointer().

◆ yactive

int ro_gui_pointer_entry::yactive

Definition at line 148 of file window.c.

Referenced by gui_window_set_pointer().


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