Skip to content
Snippets Groups Projects
Commit 6d7c5475 authored by Odilitime's avatar Odilitime
Browse files

onMouseover/onMouseout hooks

parent 315078b8
No related branches found
No related tags found
No related merge requests found
......@@ -149,6 +149,8 @@ public:
std::function<void()> onClick = nullptr;
std::function<void()> onFocus = nullptr;
std::function<void()> onBlur = nullptr;
std::function<void()> onMouseover = nullptr;
std::function<void()> onMouseout = nullptr;
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment