We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc42c1 commit 4cf844bCopy full SHA for 4cf844b
src/raylib.h
@@ -570,8 +570,7 @@ typedef enum {
570
} TraceLogLevel;
571
572
// Keyboard keys (US keyboard layout)
573
-// NOTE: Use GetKeyPressed() to allow redefining
574
-// required keys for alternative layouts
+// NOTE: Use GetKeyPressed() to allow redefining required keys for alternative layouts
575
typedef enum {
576
KEY_NULL = 0, // Key: NULL, used for no key pressed
577
// Alphanumeric keys
0 commit comments