Skip to content

Key state is not updated when pressing keys #39

@anhcraft

Description

@anhcraft

A few keys currently do not update the state. This is caused because Tensai relies on Minecraft's internal key-handler. The handler prioritizes certain keys first and only fires the rest if they are not functional.
This includes a lot of keys such as:

  • Ctrl
  • Alt
  • Shift
  • W, A, S, D
  • All mouse buttons
  • etc

A patch must be implemented, however there is a few considerations:

  • Whether we should allow all keys (including ones used by Minecraft internally)
  • Whether we should notice or throw exception at forbidden / unsafe keys
  • Whether we should prioritize Tensai key-handling over Minecraft's

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions