Implemented enum button_state
This commit is contained in:
10
src/inc/button.hpp
Normal file
10
src/inc/button.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
// States of buttons.
|
||||
|
||||
enum button_state
|
||||
{
|
||||
button_disabled,
|
||||
|
||||
button_default,
|
||||
|
||||
button_hover
|
||||
};
|
||||
Reference in New Issue
Block a user