Contains information about a global mouse event.

Available since

0.1.0

.

Constructor

new(name:String, f:() ‑> Void, priority:Int)

Creates an nb.Scene.GlobalMouseEvent instance.

Parameters:

name

A name for the instance.

f

The function that gets executed when the event is triggered.

priority

The event's priority number.

Variables

name:String

A name for this instance.

priority:Int

The event's priority number.

f:() ‑> Void

The function that gets executed when the event is triggered.