feat(new_editor): wire project, inspector, and viewport runtime
This commit is contained in:
@@ -88,6 +88,11 @@ struct UIInputModifiers {
|
||||
bool control = false;
|
||||
bool alt = false;
|
||||
bool super = false;
|
||||
bool leftMouse = false;
|
||||
bool rightMouse = false;
|
||||
bool middleMouse = false;
|
||||
bool x1Mouse = false;
|
||||
bool x2Mouse = false;
|
||||
};
|
||||
|
||||
struct UIInputEvent {
|
||||
|
||||
Reference in New Issue
Block a user