Type aliases
UIHandler
UIHandler: function
Type declaration
-
- (pt: Pt, target: UI, type: string): void
Object literals
UIPointerActions
UIPointerActions: object
down
down: string = "down"
drag
drag: string = "drag"
drop
drop: string = "drop"
move
move: string = "move"
over
over: string = "over"
UIListener type