Search
Preparing search index...
The search index is not available
Divine Engine API
Options
All
Public
Public/Protected
All
Inherited
Menu
Divine Engine API
index
MouseContext
Class MouseContext
Hierarchy
MouseContext
Index
Constructors
constructor
Properties
left
Down
position
right
Down
Constructors
constructor
new
Mouse
Context
(
position
:
Vector2
, leftDown
?:
boolean
, rightDown
?:
boolean
)
:
MouseContext
Holds onto mouse information to pass around.
Parameters
position:
Vector2
leftDown:
boolean
= false
rightDown:
boolean
= false
Returns
MouseContext
Properties
left
Down
left
Down
:
boolean
= false
position
position
:
Vector2
right
Down
right
Down
:
boolean
= false
Modules
assets
behaviours
components
core
helper
index
inputsystem
math
physicssystem
rendersystem
scene
soundsystem
zones
Mouse
Context
constructor
left
Down
position
right
Down
Generated using
TypeDoc
Holds onto mouse information to pass around.