|
PatchworkOS
|
Data Fields | |
| mouse_buttons_t | mouseButtons |
| bool | isPressed |
| bool | isHovered |
| bool | isFocused |
| bool button_t::isFocused |
Definition at line 12 of file button.c.
Referenced by button_draw(), and button_procedure().
| bool button_t::isHovered |
Definition at line 11 of file button.c.
Referenced by button_draw(), and button_procedure().
| bool button_t::isPressed |
Definition at line 10 of file button.c.
Referenced by button_draw(), and button_procedure().
| mouse_buttons_t button_t::mouseButtons |
Definition at line 9 of file button.c.
Referenced by button_procedure().