Class: Ncurses::MEVENT

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

Instance Attribute Summary collapse

Instance Attribute Details

#bstateObject

Returns the value of attribute bstate.



98
99
100
# File 'lib/ncurses_sugar.rb', line 98

def bstate
  @bstate
end

#idObject

Returns the value of attribute id.



98
99
100
# File 'lib/ncurses_sugar.rb', line 98

def id
  @id
end

#xObject

Returns the value of attribute x.



98
99
100
# File 'lib/ncurses_sugar.rb', line 98

def x
  @x
end

#yObject

Returns the value of attribute y.



98
99
100
# File 'lib/ncurses_sugar.rb', line 98

def y
  @y
end

#zObject

Returns the value of attribute z.



98
99
100
# File 'lib/ncurses_sugar.rb', line 98

def z
  @z
end