• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.
Marin's Input Module

Marin's Input Module v1.0

  • 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?
Back
Top