Add move drag type.
This commit is contained in:
parent
7bd57563e1
commit
15c1ad7eea
|
@ -29,7 +29,8 @@ struct core_window;
|
|||
|
||||
typedef enum {
|
||||
CORE_WINDOW_DRAG_NONE,
|
||||
CORE_WINDOW_DRAG_SELECTION
|
||||
CORE_WINDOW_DRAG_SELECTION,
|
||||
CORE_WINDOW_DRAG_MOVE
|
||||
} core_window_drag_status;
|
||||
|
||||
/** Callbacks to achieve various core window functionality. */
|
||||
|
|
Loading…
Reference in New Issue