set-caret-position
Generic function
Summary
Sets the position of the specified cursor.
Signature
set-cursor-position cursor x y => ()
Arguments
- cursor
- An instance of type
<caret>.
- x
- An instance of type
<real>.
- y
- An instance of type
<real>.
Values
None
Library
duim-sheets
Module
duim-sheets
Description
Sets the position of cursor to (x,y).
See also
caret-position, page 216
set-pointer-position, page 340