Trying to clena the mess opened by plugins
This commit is contained in:
44
plugins/baseview/src/mouse_cursor.rs
Normal file
44
plugins/baseview/src/mouse_cursor.rs
Normal file
@@ -0,0 +1,44 @@
|
||||
#[derive(Debug, Default, Eq, PartialEq, Clone, Copy, PartialOrd, Ord, Hash)]
|
||||
pub enum MouseCursor {
|
||||
#[default]
|
||||
Default,
|
||||
Hand,
|
||||
HandGrabbing,
|
||||
Help,
|
||||
|
||||
Hidden,
|
||||
|
||||
Text,
|
||||
VerticalText,
|
||||
|
||||
Working,
|
||||
PtrWorking,
|
||||
|
||||
NotAllowed,
|
||||
PtrNotAllowed,
|
||||
|
||||
ZoomIn,
|
||||
ZoomOut,
|
||||
|
||||
Alias,
|
||||
Copy,
|
||||
Move,
|
||||
AllScroll,
|
||||
Cell,
|
||||
Crosshair,
|
||||
|
||||
EResize,
|
||||
NResize,
|
||||
NeResize,
|
||||
NwResize,
|
||||
SResize,
|
||||
SeResize,
|
||||
SwResize,
|
||||
WResize,
|
||||
EwResize,
|
||||
NsResize,
|
||||
NwseResize,
|
||||
NeswResize,
|
||||
ColResize,
|
||||
RowResize,
|
||||
}
|
||||
Reference in New Issue
Block a user