Skip to content

Implement key events for UWP embedding #70202

@stuartmorgan-g

Description

@stuartmorgan-g

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 OnKey method in WindowBindingHandlerDelegate to remove need for win32 magic values in UWP implementation
  • remove action code from game_pad_cursor_winuwp.cc OnGamepadButtonPressed and OnGamepadButtonRelased
  • make sure that once IME support is landed, that it behaves nicely with key events

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work lista: desktopRunning on desktopengineflutter/engine related. See also e: labels.platform-windowsBuilding on or for Windows specifically

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions