Class: Hokusai::CursorState

Inherits:
Object
  • Object
show all
Defined in:
ui/src/hokusai/painter.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCursorState

Returns a new instance of CursorState.



20
21
22
# File 'ui/src/hokusai/painter.rb', line 20

def initialize
  @set = false
end

Instance Attribute Details

#setObject

Returns the value of attribute set.



18
19
20
# File 'ui/src/hokusai/painter.rb', line 18

def set
  @set
end