Skip to content

Commit

Permalink
simple change for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hamhub7 committed May 23, 2021
1 parent 8b1eb3c commit 39dd7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lua_hid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ void lua_hid_ScanInput()
}

// Takes a keycode (can be found in hid.h) and returns (boolean) if that key was pressed down
bool lua_hid_KeyboardDown(HidKeyboardScancode key)
bool lua_hid_KeyboardDown(HidKeyboardKey key)
{
return keyboard.keyDown(key);
}
Expand Down

0 comments on commit 39dd7db

Please sign in to comment.