getPointer(isActive) → {Phaser.Pointer}
Get the first Pointer with the given active state.
Parameters
Name | Type | Argument | Default | Description |
---|---|---|---|---|
isActive | boolean | <optional> | false | The state the Pointer should be in - active or inactive? |
Returns
A Pointer object or null if no Pointer object matches the requested state.
- Source code: input/Input.js (Line 824)
Please login to continue.