Class: Hokusai::CursorState
- Inherits:
-
Object
- Object
- Hokusai::CursorState
- Defined in:
- ui/src/hokusai/painter.rb
Instance Attribute Summary collapse
-
#set ⇒ Object
Returns the value of attribute set.
Instance Method Summary collapse
-
#initialize ⇒ CursorState
constructor
A new instance of CursorState.
Constructor Details
#initialize ⇒ CursorState
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
#set ⇒ Object
Returns the value of attribute set.
18 19 20 |
# File 'ui/src/hokusai/painter.rb', line 18 def set @set end |