mirror of
https://github.com/Insality/druid.git
synced 2025-09-29 02:52:19 +02:00
Update
This commit is contained in:
16
docs_md/components/base/hover_api.md
Normal file
16
docs_md/components/base/hover_api.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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])
|
||||
```
|
Reference in New Issue
Block a user