Disable stdin input by default and add ability to disable EVDEV input

This commit is contained in:
Tera << 8 2025-06-10 21:19:02 -04:00
parent 15afe89aff
commit 21a377707f
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
4 changed files with 53 additions and 37 deletions

View file

@ -50,7 +50,7 @@
// Mouse gestures are directly mapped like touches and processed by gestures system
#define SUPPORT_MOUSE_GESTURES 1
// Reconfigure standard input to receive key inputs, works with SSH connection.
#define SUPPORT_SSH_KEYBOARD_RPI 1
#define SUPPORT_SSH_KEYBOARD_RPI 0
// Setting a higher resolution can improve the accuracy of time-out intervals in wait functions.
// However, it can also reduce overall system performance, because the thread scheduler switches tasks more often.
#define SUPPORT_WINMM_HIGHRES_TIMER 1