You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Rename ButtonList enum and members to MouseButton
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
};
|
||||
|
||||
private:
|
||||
int button_mask = BUTTON_MASK_LEFT;
|
||||
int button_mask = MOUSE_BUTTON_MASK_LEFT;
|
||||
bool toggle_mode = false;
|
||||
bool shortcut_in_tooltip = true;
|
||||
bool keep_pressed_outside = false;
|
||||
|
||||
Reference in New Issue
Block a user