mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-21 08:25:05 -05:00
Fix formatting
This commit is contained in:
parent
82d532484c
commit
8e4dec32dc
@ -70,7 +70,7 @@ uint32_t SFG_getTimeMs()
|
|||||||
|
|
||||||
int8_t SFG_keyPressed(uint8_t key)
|
int8_t SFG_keyPressed(uint8_t key)
|
||||||
{
|
{
|
||||||
switch (key)
|
switch (key)
|
||||||
{
|
{
|
||||||
case SFG_KEY_UP: return keys & 0x02; break;
|
case SFG_KEY_UP: return keys & 0x02; break;
|
||||||
case SFG_KEY_DOWN: return keys & 0x04; break;
|
case SFG_KEY_DOWN: return keys & 0x04; break;
|
||||||
|
Loading…
Reference in New Issue
Block a user