discoverpixy
|
#include "button.h"
Go to the source code of this file.
Data Structures | |
struct | NUMUPDOWN_STRUCT |
Typedefs | |
typedef void(* | NUMUPDOWN_CALLBACK) (void *numupdown, int16_t value) |
Functions | |
bool | gui_numupdown_add (NUMUPDOWN_STRUCT *numupdown) |
void | gui_numupdown_remove (NUMUPDOWN_STRUCT *numupdown) |
void | gui_numupdown_update (NUMUPDOWN_STRUCT *numupdown) |
void | gui_numupdown_redraw (NUMUPDOWN_STRUCT *numupdown) |