• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
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