forked from KolibriOS/kolibrios
bugfix of last SVN revision
git-svn-id: svn://kolibrios.org@1176 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
11
programs/develop/libraries/libGUI/SRC/control_button.h
Normal file
11
programs/develop/libraries/libGUI/SRC/control_button.h
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
control button data
|
||||
*/
|
||||
|
||||
#define FLAG_INSERT_BUTTON_ON 0x1;
|
||||
#define FLAG_INSERT_BUTTON_OFF 0xfe;
|
||||
#define FLAG_PRESSED_BUTTON_ON 0x2
|
||||
#define FLAG_PRESSED_BUTTON_OFF 0xfd
|
||||
#define FLAG_RELEASED_BUTTON_ON 0x4
|
||||
#define FLAG_RELEASED_BUTTON_OFF 0xfb
|
||||
|
Reference in New Issue
Block a user