-
Notifications
You must be signed in to change notification settings - Fork 1
PointerSimpleMouse
Hyomoto edited this page Nov 29, 2020
·
2 revisions
Jump To | Go Back |
Arguments | Methods | Variables |
---|
Implements: PointerInterface
No description.
// no example
Name | Type | Purpose |
---|---|---|
_shape | undef |
none provided |
Jump To | top |
update |
---|
Returns: N/A undefined
Name | Type | Purpose |
---|---|---|
_x | undef |
none provided |
_y | undef |
none provided |
_force | undef |
none provided |
Jump To | top |
---|
- INPUT_NONE - none provided
- INPUT_HOVER - none provided
- INPUT_DOWN - none provided
- INPUT_HELD - none provided
- update_PointerInterface - none provided
- onEnter - The function to perform when the mouse enters this interface
- onLeave - The function to perform when the mouse leaves this interface
- onHeld - The function to perform while the mouse button is held
- onDown - The function to perform when the mouse is pressed
- onUp - The function to perform when the mouse is released
Devon Mullane 2020