mirror of
https://github.com/edubart/otclient.git
synced 2025-12-22 00:17:10 +01:00
change ui event handling
This commit is contained in:
@@ -3,15 +3,7 @@
|
||||
|
||||
// namespace ui {
|
||||
|
||||
enum UIWidgetType {
|
||||
UITypeWidget = 0,
|
||||
UITypeLabel,
|
||||
UITypeButton,
|
||||
UITypeLineEdit,
|
||||
UITypeWindow,
|
||||
UITypeList,
|
||||
UITypeConsole
|
||||
};
|
||||
namespace UI {
|
||||
|
||||
enum FocusReason {
|
||||
MouseFocusReason = 0,
|
||||
@@ -40,11 +32,7 @@ enum KeyboardModifier {
|
||||
KeyboardShiftModifier = 4
|
||||
};
|
||||
|
||||
enum ButtonState {
|
||||
ButtonUp = 0,
|
||||
ButtonDown,
|
||||
ButtonHover
|
||||
};
|
||||
}
|
||||
|
||||
// }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user