Basics
Guides
API Reference
Basics
Guides
API Reference
[14:14] static extends: object
Helper for the JavaFX KeyCode enum, used to bind keyboard triggers to UserActions through Input.addAction. The full set is listed in the JavaFX javadoc; common values include "A".."Z", "DIGIT0".. "DIGIT9", "SPACE", "ENTER", "ESCAPE", "TAB", "SHIFT", "CONTROL", "ALT", "UP", "DOWN", "LEFT", "RIGHT".
get (string Name)
Resolves a KeyCode enum value by name.
Name is the KeyCode constant name (e.g. "SPACE", "A").An AussomJavaObject wrapping the KeyCode value.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.