Method: MiniGL::Mouse.y

Defined in:
lib/minigl/global.rb

.yObject (readonly)

The current y-coordinate of the mouse cursor in the screen.



393
394
395
# File 'lib/minigl/global.rb', line 393

def y
  @y
end