|
@@ -363,6 +363,9 @@ public:
|
|
|
Dictionary get_joy_info(int p_device) const;
|
|
|
void set_fallback_mapping(const String &p_guid);
|
|
|
|
|
|
+#ifdef DEBUG_ENABLED
|
|
|
+ void flush_frame_parsed_events();
|
|
|
+#endif
|
|
|
void flush_buffered_events();
|
|
|
bool is_using_input_buffering();
|
|
|
void set_use_input_buffering(bool p_enable);
|