indigo.platform.events.WorldEvents
See theWorldEvents companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Type members
Classlikes
final case class Handlers(canvas: Canvas, resizePolicy: ResizePolicy, onClick: MouseEvent => Unit, onWheel: WheelEvent => Unit, onKeyDown: KeyboardEvent => Unit, onKeyUp: KeyboardEvent => Unit, onContextMenu: Option[MouseEvent => Unit], onPointerEnter: PointerEvent => Unit, onPointerLeave: PointerEvent => Unit, onPointerDown: PointerEvent => Unit, onPointerUp: PointerEvent => Unit, onPointerMove: PointerEvent => Unit, onPointerCancel: PointerEvent => Unit, onBlur: FocusEvent => Unit, onFocus: FocusEvent => Unit, onOnline: Event => Unit, onOffline: Event => Unit, resizeObserver: ResizeObserver)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
def init(canvas: Canvas, resizePolicy: ResizePolicy, magnification: Int, disableContextMenu: Boolean, globalEventStream: GlobalEventStream): Unit
Extensions
Extensions
extension (e: FocusEvent)
extension (e: MouseEvent)
The property indicates which buttons are pressed on the mouse (or other input device) when a mouse event is triggered.
The property indicates which buttons are pressed on the mouse (or other input device) when a mouse event is triggered.
Attributes
extension (e: PointerEvent)
In this article