diff options
| author | Ray <[email protected]> | 2019-05-21 20:59:13 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-21 20:59:13 +0200 |
| commit | b1806f660070ec5b54fe20bd266f8b33b3c3bc13 (patch) | |
| tree | b6c9103a7e88f0850436059afb932eded4618376 /src/CMakeOptions.txt | |
| parent | 322cf34fe0666ee8ce6f4a8141be79272a86258c (diff) | |
| download | raylib-b1806f660070ec5b54fe20bd266f8b33b3c3bc13.tar.gz raylib-b1806f660070ec5b54fe20bd266f8b33b3c3bc13.zip | |
Add config SUPPORT_SSH_KEYBOARD_RPI
Allow to reconfigure stdin to read input keys, this process could lead to undesired effects. Use with care.
Disabled by default.
Diffstat (limited to 'src/CMakeOptions.txt')
| -rw-r--r-- | src/CMakeOptions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeOptions.txt b/src/CMakeOptions.txt index 5e1d9e47..49b83571 100644 --- a/src/CMakeOptions.txt +++ b/src/CMakeOptions.txt @@ -25,6 +25,7 @@ set(OFF ${INCLUDE_EVERYTHING} CACHE INTERNAL "Replace any OFF by default with \$ option(SUPPORT_CAMERA_SYSTEM "Provide camera module (camera.h) with multiple predefined cameras: free, 1st/3rd person, orbital" ON) option(SUPPORT_GESTURES_SYSTEM "Gestures module is included (gestures.h) to support gestures detection: tap, hold, swipe, drag" ON) option(SUPPORT_MOUSE_GESTURES "Mouse gestures are directly mapped like touches and processed by gestures system" ON) +option(SUPPORT_SSH_KEYBOARD_RPI "Reconfigure standard input to receive key inputs, works with SSH connection" OFF) option(SUPPORT_DEFAULT_FONT "Default font is loaded on window initialization to be available for the user to render simple text. If enabled, uses external module functions to load default raylib font (module: text)" ON) option(SUPPORT_SCREEN_CAPTURE "Allow automatic screen capture of current screen pressing F12, defined in KeyCallback()" ON) option(SUPPORT_GIF_RECORDING "Allow automatic gif recording of current screen pressing CTRL+F12, defined in KeyCallback()" ON) |
