remove HOVER events

This commit is contained in:
Gabor Kiss-Vamosi
2019-04-20 06:24:00 +02:00
parent cdb6f1fdd7
commit 755f68c87b
2 changed files with 0 additions and 4 deletions

View File

@@ -85,8 +85,6 @@ enum {
`LV_INDEV_LONG_PRESS_REP_TIME` ms. Not called if dragged.*/
LV_EVENT_CLICKED, /*Called on release if not dragged (regardless to long press)*/
LV_EVENT_RELEASED, /*Called in every cases when the object has been released*/
LV_EVENT_LONG_HOVER_IN, /*TODO*/
LV_EVENT_LONG_HOVER_OUT, /*TODO*/
LV_EVENT_DRAG_BEGIN,
LV_EVENT_DRAG_END,
LV_EVENT_DRAG_THROW_BEGIN,