You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00:00
Added support for vertical syncing via the Windows OS compositor (DWM.)
This commit is contained in:
committed by
Rémi Verschelde
parent
10481046e5
commit
e1dda5195c
@@ -345,6 +345,9 @@ public:
|
||||
void set_use_vsync(bool p_enable);
|
||||
bool is_vsync_enabled() const;
|
||||
|
||||
void set_vsync_via_compositor(bool p_enable);
|
||||
bool is_vsync_via_compositor_enabled() const;
|
||||
|
||||
PowerState get_power_state();
|
||||
int get_power_seconds_left();
|
||||
int get_power_percent_left();
|
||||
|
||||
Reference in New Issue
Block a user