mojo.input.MouseDevice.ButtonReleased - nitrologic/monkey2 GitHub Wiki
mojo::mojo.input.mojo.input.MouseDevice.ButtonReleased
monkey:monkey.types.Bool( button:mojo:mojo.input.MouseButton )
Method ButtonReleased:Checks if a mouse button was released.
Returns true if button
was released since the last app update.
Parameters | |
---|---|
button |
button Button to check. |