godot/platform
PouleyKetchoupp ba96fc6a4d Fix input events random delay on X11
The new system based on a thread gathering events from the X11 server
was causing delays in some scenarios where some events have just been
missed at the time of processing and we're waiting for a whole frame to
check them again.

Solved by flushing again and checking for pending events at the
beginning of the process loop, in addition to events already gathered
on the event thread.
2021-10-27 15:24:09 -07:00
..
android Fix Gradle builds not excluding excluded tasks 2021-10-23 14:13:36 +01:00
iphone iOS: Don't embed project static frameworks/libs 2021-10-17 22:38:03 +02:00
javascript JS: Bump ansi-regex version for linter 2021-10-22 23:35:51 +02:00
linuxbsd Fix input events random delay on X11 2021-10-27 15:24:09 -07:00
osx Remove unimplemented methods 2021-10-21 18:44:25 +01:00
uwp Remove unimplemented methods 2021-10-21 18:44:25 +01:00
windows SCons: Set DEBUG_ENABLED and DEV_ENABLED in SConstruct 2021-10-15 10:26:58 +02:00
register_platform_apis.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00