-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: desktopRunning on desktopRunning on desktopengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specifically
Description
Specifically:
- Fix cursor keys and delete
- modifier keys likely using https://docs.microsoft.com/en-us/uwp/api/windows.ui.core.corewindow.getkeystate?view=winrt-19041
- shortcut support
- handing unicode correctly
- handling UWP specific system keys like back
- refactor
OnKeymethod in WindowBindingHandlerDelegate to remove need for win32 magic values in UWP implementation - remove action code from game_pad_cursor_winuwp.cc
OnGamepadButtonPressedandOnGamepadButtonRelased - make sure that once IME support is landed, that it behaves nicely with key events
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: desktopRunning on desktopRunning on desktopengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specifically