Skip to content

PointerSimpleMouse

Hyomoto edited this page Nov 29, 2020 · 2 revisions
Jump To Go Back Arguments Methods Variables

PointerSimpleMouse( _shape )

Implements: PointerInterface

No description.

// no example

Arguments

Name Type Purpose
_shape undef none provided

Methods

Jump To top update

update( _x, _y, _force )

Returns: N/A undefined

Name Type Purpose
_x undef none provided
_y undef none provided
_force undef none provided

Variables

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
Clone this wiki locally