Skip to content

Commit

Permalink
Update key docs for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Jan 10, 2023
1 parent ea4aec9 commit 0ad930b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions markdown/api/event/key/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ Android raises key events for all keyboard keys, navigation buttons, volume butt

### iOS

Only supports key events from an MFi game controller \([guide][guide.hardware.mfiControllers]\). Does not support key events from a keyboard.
Supports key events from an MFi game controller \([guide][guide.hardware.mfiControllers]\) and keyboards key if build with Solar 3685+

### macOS

The Corona Simulator for macOS and macOS desktop apps support all keyboard keys and gamepad/joystick buttons. Note that the Corona Simulator will provide key events when simulating an iOS device, however iOS itself does not support key events.
The Corona Simulator for macOS and macOS desktop apps support all keyboard keys and gamepad/joystick buttons.

### Win32 Desktop

The Corona Simulator for Windows and Win32 desktop apps support all keyboard keys. The Corona Simulator for Windows only provides key events when simulating an Android device, as iOS does not support key events.
The Corona Simulator for Windows and Win32 desktop apps support all keyboard keys. The Corona Simulator for Windows only provides key events when simulating an Android device.


## Gotchas
Expand Down

0 comments on commit 0ad930b

Please sign in to comment.