Markus Sauermann 916d480686 Fix InputEvent device id clash
`InputMap::ALL_DEVICES` and `InputEvent::DEVICE_ID_EMULATION` have the
same value `-1`.

Change value of `InputMap::All_DEVICES` so that it's different from
`InputEvent::DEVICE_ID_EMULATION`. `InputEvent::DEVICE_ID_EMULATION`
is part of the API and can't be changed without potentially breaking
projects.

Gather all special device constants in a single location inside
`InputEvent`.

Add a converter to project settings, that takes care of adjusting
project files during loading.
2024-10-20 21:56:41 +02:00
..
2024-10-20 21:56:41 +02:00
2024-10-20 21:56:41 +02:00
2024-09-26 14:02:00 +02:00
2024-09-27 19:42:30 +08:00
2024-09-26 13:00:17 -07:00
2024-09-04 10:27:26 -05:00
2024-09-17 13:09:44 +08:00