mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-07 22:59:17 -05:00
Compare commits
2 Commits
27d7e61f28
...
e17e0933af
| Author | SHA1 | Date | |
|---|---|---|---|
| e17e0933af | |||
| 9582d25217 |
@ -1556,7 +1556,7 @@ static void ProcessKeyboard(void)
|
|||||||
{
|
{
|
||||||
CORE.Input.Keyboard.currentKeyState[259] = 1;
|
CORE.Input.Keyboard.currentKeyState[259] = 1;
|
||||||
|
|
||||||
CORE.Input.Keyboard.keyPressedQueue[CORE.Input.Keyboard.keyPressedQueueCount] = 257; // Add keys pressed into queue
|
CORE.Input.Keyboard.keyPressedQueue[CORE.Input.Keyboard.keyPressedQueueCount] = 259; // Add keys pressed into queue
|
||||||
CORE.Input.Keyboard.keyPressedQueueCount++;
|
CORE.Input.Keyboard.keyPressedQueueCount++;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user