mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Automated formatting fix
This commit is contained in:
@@ -37,7 +37,7 @@ namespace sdl
|
||||
{
|
||||
SDLKey k;
|
||||
Uint8 * keystate = SDL_GetKeyState(0);
|
||||
|
||||
|
||||
for (Key key = *keylist; key != KEY_MAX_ENUM; key = *(++keylist))
|
||||
{
|
||||
if (keys.find(key, k) && keystate[(unsigned)k] == 1)
|
||||
|
||||
Reference in New Issue
Block a user