ApplicationWindowMouse

class ApplicationWindowMouse(applicationWindow: () -> ApplicationWindow) : MouseEvents(source)

Constructors

Link copied to clipboard
constructor(applicationWindow: () -> ApplicationWindow)

Properties

Link copied to clipboard
open override val buttonDown: ERROR CLASS: Unresolved name: Event

mouse button down event

Link copied to clipboard
open override val buttonUp: ERROR CLASS: Unresolved name: Event

mouse button up event

Link copied to clipboard
Link copied to clipboard

specifies the active cursor type, default is CursorType.ARROW_CURSOR

Link copied to clipboard

specifies if cursor should be visible

Link copied to clipboard
open override val dragged: ERROR CLASS: Unresolved name: Event

mouse dragged event

Link copied to clipboard
open override val entered: ERROR CLASS: Unresolved name: Event

mouse entered event

Link copied to clipboard
open override val exited: ERROR CLASS: Unresolved name: Event

mouse exited event

Link copied to clipboard
open override val moved: ERROR CLASS: Unresolved name: Event

mouse moved event

Link copied to clipboard
open override var position: ERROR CLASS: Symbol not found for Vector2

The current mouse position

Link copied to clipboard
open override val scrolled: ERROR CLASS: Unresolved name: Event

mouse scroll wheel event