Method: Vedeu::Input::Mouse#x

Defined in:
lib/vedeu/input/mouse.rb

#xFixnum (private)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Fixnum)


100
101
102
# File 'lib/vedeu/input/mouse.rb', line 100

def x
  mouse[1]
end