Package-level declarations
Types
Link copied to clipboard
interface KeyInputService
Link copied to clipboard
interface PointerInputService
Link copied to clipboard
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