Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You can now have multiple calls to MInput::Mouse.click? and MInput::Mouse.repeat? - These were bugged to only return true on the very first call, even if you had two different objects.
Added an alias for MInput::Mouse.trigger? : MInput::Mouse.click? Added an alias for MInput::Mouse.press? : MInput::Mouse.hold?
Made press? the primary function for determining if the given key is held down rather than down? Took out MInput.down? Added four shortcuts for the arrow keys: MInput.up?, MInput.left?, MInput.right? and MInput.down?