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
class ZKeyboardState
Maintains the current state of pressed keyboard keys.
Link copied to clipboard
interface ZObjectKeyboardListener
Interface for handling keyboard events on ZObject instances.