Class: Ncurses::MEVENT
- Inherits:
-
Object
- Object
- Ncurses::MEVENT
- Defined in:
- lib/ncurses.rb
Instance Attribute Summary collapse
-
#bstate ⇒ Object
Returns the value of attribute bstate.
-
#id ⇒ Object
Returns the value of attribute id.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
-
#z ⇒ Object
Returns the value of attribute z.
Instance Attribute Details
#bstate ⇒ Object
Returns the value of attribute bstate.
99 100 101 |
# File 'lib/ncurses.rb', line 99 def bstate @bstate end |
#id ⇒ Object
Returns the value of attribute id.
99 100 101 |
# File 'lib/ncurses.rb', line 99 def id @id end |
#x ⇒ Object
Returns the value of attribute x.
99 100 101 |
# File 'lib/ncurses.rb', line 99 def x @x end |
#y ⇒ Object
Returns the value of attribute y.
99 100 101 |
# File 'lib/ncurses.rb', line 99 def y @y end |
#z ⇒ Object
Returns the value of attribute z.
99 100 101 |
# File 'lib/ncurses.rb', line 99 def z @z end |