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.



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

def bstate
  @bstate
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#xObject

Returns the value of attribute x.



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

def x
  @x
end

#yObject

Returns the value of attribute y.



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

def y
  @y
end

#zObject

Returns the value of attribute z.



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

def z
  @z
end