Свойство | Type | Description | |
---|---|---|---|
button | ButtonState | ||
screenX | float | ||
screenY | float | ||
wheel | int |
Méthode | Description | |
---|---|---|
FlxMouse ( ) : System | ||
justPressedLeft ( ) : bool |
Returns true if the Left Mouse button was just pressed
|
|
justPressedMiddle ( ) : bool |
Returns true if the Middle Mouse button was just pressed
|
|
justPressedRight ( ) : bool |
Returns true if the Right Mouse button was just pressed
|
|
justReleasedLeft ( ) : bool |
Returns true if the Left Mouse button was just released
|
|
justReleasedMiddle ( ) : bool |
Returns true if the Middle Mouse button was just released
|
|
justReleasedRight ( ) : bool |
Returns true if the Right Mouse button was just released
|
|
pressedLeft ( ) : bool |
Returns true if the Left Mouse button is held down
|
|
pressedMiddle ( ) : bool |
Returns true if the Middle Mouse button is held down
|
|
pressedRight ( ) : bool |
Returns true if the Right Mouse button is held down
|
|
reset ( ) : void | ||
show ( ) : void | ||
update ( ) : void |