CamelCase of KeyIsPressed and KeyWasPressed

pull/365/head
Jesse Vincent 7 years ago
parent b3cb09268b
commit b3f1371fb5
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -42,7 +42,7 @@ Key StalkerEffect::eventHandlerHook(Key mapped_key, byte row, byte col, uint8_t
if (row >= ROWS || col >= COLS)
return mapped_key;
if (key_is_pressed(key_state)) {
if (keyIsPressed(key_state)) {
map_[row][col] = 0xff;
}

Loading…
Cancel
Save