Package-level declarations

Types

Link copied to clipboard
class Cursor
Link copied to clipboard
interface KeyInputService
Link copied to clipboard
Link copied to clipboard
abstract class SystemInputEvent : Event<Any?>
Link copied to clipboard
class SystemPointerEvent constructor(    id: Int,     val type: SystemPointerEvent.Type,     val location: Point,     val buttons: Set<SystemPointerEvent.Button>,     val clickCount: Int,     val modifiers: Set<SystemInputEvent.Modifier>,     val nativeScrollPanel: Boolean = false) : SystemInputEvent