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.



106
107
108
# File 'lib/ncurses.rb', line 106

def bstate
  @bstate
end

#idObject

Returns the value of attribute id.



106
107
108
# File 'lib/ncurses.rb', line 106

def id
  @id
end

#xObject

Returns the value of attribute x.



106
107
108
# File 'lib/ncurses.rb', line 106

def x
  @x
end

#yObject

Returns the value of attribute y.



106
107
108
# File 'lib/ncurses.rb', line 106

def y
  @y
end

#zObject

Returns the value of attribute z.



106
107
108
# File 'lib/ncurses.rb', line 106

def z
  @z
end