You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Fix enums bindings
Add missed bindings for enums Move some enums to class to have correct output of api.json
This commit is contained in:
@@ -200,7 +200,7 @@ void OS_Server::move_window_to_foreground() {
|
||||
void OS_Server::set_cursor_shape(CursorShape p_shape) {
|
||||
}
|
||||
|
||||
PowerState OS_Server::get_power_state() {
|
||||
OS::PowerState OS_Server::get_power_state() {
|
||||
return power_manager->get_power_state();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user