mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Add hover on_mouse_hover callback in constructor
Add ON_HOVER_CURSOR and ON_MOUSE_HOVER_CURSOR in hover component in styles
This commit is contained in:
@@ -54,6 +54,10 @@ M["button"] = {
|
||||
end
|
||||
}
|
||||
|
||||
M["hover"] = {
|
||||
ON_HOVER_CURSOR = nil,
|
||||
ON_MOUSE_HOVER_CURSOR = nil,
|
||||
}
|
||||
|
||||
M["drag"] = {
|
||||
DRAG_DEADZONE = 10, -- Size in pixels of drag deadzone
|
||||
|
Reference in New Issue
Block a user