Merge pull request #52314 from lawnjelly/four_delta_smooth

Add frame delta smoothing option (4.x)
This commit is contained in:
Rémi Verschelde
2023-05-17 11:25:03 +02:00
9 changed files with 385 additions and 0 deletions

View File

@@ -141,6 +141,9 @@ public:
void set_low_processor_usage_mode_sleep_usec(int p_usec);
int get_low_processor_usage_mode_sleep_usec() const;
void set_delta_smoothing(bool p_enabled);
bool is_delta_smoothing_enabled() const;
void alert(const String &p_alert, const String &p_title = "ALERT!");
void crash(const String &p_message);