diff options
| author | Ray <[email protected]> | 2019-06-04 18:09:17 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-06-04 18:09:17 +0200 |
| commit | 6f9c176d939c8035b0f14836de80e916826c0325 (patch) | |
| tree | b160f02e4b40cccba99b09093c660d94bfc23d0d /src/config.h | |
| parent | 538dfa010d05f55a2fef46570dc5a34ebbe3d337 (diff) | |
| download | raylib-6f9c176d939c8035b0f14836de80e916826c0325.tar.gz raylib-6f9c176d939c8035b0f14836de80e916826c0325.zip | |
Support SSH keyboard on RPI
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index b4c5c3d1..07cf5fe7 100644 --- a/src/config.h +++ b/src/config.h @@ -43,7 +43,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 1 // Use busy wait loop for timing sync, if not defined, a high-resolution timer is setup and used //#define SUPPORT_BUSY_WAIT_LOOP 1 // Wait for events passively (sleeping while no events) instead of polling them actively every frame |
