mirror of
https://github.com/godotengine/godot.git
synced 2026-01-01 05:49:28 +03: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:
@@ -976,7 +976,7 @@ String OS_JavaScript::get_joy_guid(int p_device) const {
|
||||
return input->get_joy_guid_remapped(p_device);
|
||||
}
|
||||
|
||||
PowerState OS_JavaScript::get_power_state() {
|
||||
OS::PowerState OS_JavaScript::get_power_state() {
|
||||
return power_manager->get_power_state();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user