Skip to content

Migrate GLFW constants to InputConstants - #6565

Draft
MukjepScarlet wants to merge 3 commits into
MeteorDevelopment:masterfrom
MukjepScarlet:glfw-migration
Draft

Migrate GLFW constants to InputConstants#6565
MukjepScarlet wants to merge 3 commits into
MeteorDevelopment:masterfrom
MukjepScarlet:glfw-migration

Conversation

@MukjepScarlet

Copy link
Copy Markdown
Contributor

TODO

  • cursor selection check
  • Tab/W mouse (grabOrReleaseMouse)
  • PostProcessShader uniform PostData (time)
  • Keybind and KeybindSetting rewrite & test

Description

Related issues


How Has This Been Tested?


Checklist:

  • My code follows the style guidelines of this project.
  • I have added comments to my code in more complex areas.
  • I have tested the code in both development and production environments.

@MukjepScarlet

Copy link
Copy Markdown
Contributor Author

Keybind draft:

public record Keybind(
  InputConstants.Key key,
  @Unmodifiable Set<Modifier> modifiers
) implements ISerializable<Keybind> {

  public enum Modifier {
    SHIFT, CONTROL, SUPER, ...
  }

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant