mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-20 14:01:44 +12:00
Fix naming convention
This commit is contained in:
parent
1c2adacaf1
commit
ec2da4eb01
5 changed files with 5 additions and 6 deletions
|
@ -15,8 +15,7 @@ struct InputMappings {
|
|||
}
|
||||
|
||||
void setMapping(Scancode scancode, u32 key) { container[scancode] = key; }
|
||||
|
||||
static InputMappings DefaultKeyboardMappings();
|
||||
static InputMappings defaultKeyboardMappings();
|
||||
|
||||
private:
|
||||
Container container;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue