struct Cursor::Motion
- Cursor::Motion
- Struct
- Value
- Object
Overview
Motion objects store the #cursor
that moved, the index
#from
where it moved, and the index #to
which it moved.
Defined in:
aspis/cursor.crConstructors
Instance Method Summary
- #clone
- #copy_with(cursor _cursor = @cursor, from _from = @from, to _to = @to)
- #cursor : Cursor
- #from : Int32
- #to : Int32