PatchworkOS
Loading...
Searching...
No Matches
button_t Struct Reference

Data Fields

mouse_buttons_t mouseButtons
 
bool isPressed
 
bool isHovered
 
bool isFocused
 

Detailed Description

Definition at line 7 of file button.c.

Field Documentation

◆ isFocused

bool button_t::isFocused

Definition at line 12 of file button.c.

Referenced by button_draw(), and button_procedure().

◆ isHovered

bool button_t::isHovered

Definition at line 11 of file button.c.

Referenced by button_draw(), and button_procedure().

◆ isPressed

bool button_t::isPressed

Definition at line 10 of file button.c.

Referenced by button_draw(), and button_procedure().

◆ mouseButtons

mouse_buttons_t button_t::mouseButtons

Definition at line 9 of file button.c.

Referenced by button_procedure().


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