You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Core: Add dedicated BitField template
This commit is contained in:
@@ -528,7 +528,7 @@ Point2i DisplayServer::mouse_get_position() const {
|
||||
}
|
||||
|
||||
BitField<MouseButtonMask> DisplayServer::mouse_get_button_state() const {
|
||||
ERR_FAIL_V_MSG(0, "Mouse is not supported by this display server.");
|
||||
ERR_FAIL_V_MSG(MouseButtonMask::NONE, "Mouse is not supported by this display server.");
|
||||
}
|
||||
|
||||
void DisplayServer::clipboard_set(const String &p_text) {
|
||||
|
||||
Reference in New Issue
Block a user