mirror of
https://github.com/Insality/druid
synced 2025-06-27 10:27:48 +02:00
17 lines
382 B
Markdown
17 lines
382 B
Markdown
# Hover Quick API reference
|
|
|
|
```lua
|
|
hover:init(node, on_hover_callback, on_mouse_hover)
|
|
hover:is_enabled()
|
|
hover:is_hovered()
|
|
hover:is_mouse_hovered()
|
|
hover:on_input([action_id], [action])
|
|
hover:on_input_interrupt()
|
|
hover:on_late_init()
|
|
hover:on_style_change(style)
|
|
hover:set_click_zone([zone])
|
|
hover:set_enabled([state])
|
|
hover:set_hover([state])
|
|
hover:set_mouse_hover([state])
|
|
```
|