mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Fix various comment typos
This commit is contained in:
parent
b0e2642883
commit
f163bd1048
6 changed files with 12 additions and 10 deletions
|
@ -17,7 +17,7 @@ namespace OSX
|
|||
Keyboard::Keyboard(IOHIDDeviceRef device, std::string name, void* window)
|
||||
: m_device(device), m_device_name(name)
|
||||
{
|
||||
// This class should only recieve Keyboard or Keypad devices
|
||||
// This class should only receive Keyboard or Keypad devices
|
||||
// Now, filter on just the buttons we can handle sanely
|
||||
NSDictionary* matchingElements = @{
|
||||
@kIOHIDElementTypeKey : @(kIOHIDElementTypeInput_Button),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue