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:
parent
69017974be
commit
0fffa45158
62 changed files with 412 additions and 210 deletions
|
|
@ -485,7 +485,7 @@ bool OS::is_vsync_enabled() const {
|
|||
return true;
|
||||
}
|
||||
|
||||
PowerState OS::get_power_state() {
|
||||
OS::PowerState OS::get_power_state() {
|
||||
return POWERSTATE_UNKNOWN;
|
||||
}
|
||||
int OS::get_power_seconds_left() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue