Package-level declarations

Types

Link copied to clipboard
data class ZKeyboardEvent(val key: String, val code: String, val keyCode: ZKeyCode, val char: String?, val type: ZKeyboardEventType, val timestamp: Long, val ctrlKey: Boolean, val shiftKey: Boolean, val altKey: Boolean, val metaKey: Boolean, val repeat: Boolean)

Represents a keyboard event with key information and modifiers.

Link copied to clipboard

Represents the type of a keyboard event.

Link copied to clipboard

Maintains the current state of pressed keyboard keys.

Link copied to clipboard

Enumeration of keyboard key codes, similar to Unity's KeyCode.

Link copied to clipboard

Interface for handling keyboard events on ZObject instances.