forked from joejulian/gio
io/pointer: added the grab cursor
Signed-off-by: pierre <pierre.curto@gmail.com>
This commit is contained in:
@@ -103,6 +103,8 @@ const (
|
||||
CursorColResize CursorName = "col-resize"
|
||||
// CursorRowResize is the cursor for horizontal resize.
|
||||
CursorRowResize CursorName = "row-resize"
|
||||
// CursorGrab is the cursor for moving object in any direction.
|
||||
CursorGrab CursorName = "grab"
|
||||
// CursorNone hides the cursor. To show it again, use any other cursor.
|
||||
CursorNone CursorName = "none"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user