AINE: Accelerated Interactive Narrator Engine
  • Download
  • References
  • Games
  • Wiki
  • Facebook Twitter
  • Module

    GUI

  • Name

    mouseY()

  • Examples

    Room: room
    {
    Event: Mouse_Click {
    print(GUI.mouseX() + ", " + GUI.mouseY())
    // Outputs the position of the cursor when the room background is clicked
    }
    }
  • Description

    Returns the y position of the cursor.
  • Syntax

    • GUI.mouseY()
  • Related

    mouseX()

  • Contact
  • Terms of Use
  • GitHub
  • Drakkashi.com

The copyright of all images rendered by me goes to their respective owners.
© 2008 Daniel Svejstrup Christensen