Class: Ncurses::MEVENT

Inherits:
Object
  • Object
show all
Defined in:
lib/ncurses.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bstateObject

Returns the value of attribute bstate.



99
100
101
# File 'lib/ncurses.rb', line 99

def bstate
  @bstate
end

#idObject

Returns the value of attribute id.



99
100
101
# File 'lib/ncurses.rb', line 99

def id
  @id
end

#xObject

Returns the value of attribute x.



99
100
101
# File 'lib/ncurses.rb', line 99

def x
  @x
end

#yObject

Returns the value of attribute y.



99
100
101
# File 'lib/ncurses.rb', line 99

def y
  @y
end

#zObject

Returns the value of attribute z.



99
100
101
# File 'lib/ncurses.rb', line 99

def z
  @z
end