mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
#64 Fix default mouse_hover state
This commit is contained in:
@@ -22,6 +22,7 @@ function M.init(self, node, on_hover_callback)
|
||||
self.node = self:get_node(node)
|
||||
|
||||
self._is_hovered = false
|
||||
self._is_mouse_hovered = false
|
||||
|
||||
self.on_hover = Event(on_hover_callback)
|
||||
self.on_mouse_hover = Event()
|
||||
|
Reference in New Issue
Block a user