add timelapse video generation on iOS and mac , fix history memory
This commit is contained in:
@@ -54,9 +54,9 @@ kEventResult NodeButtonCustom::handle_event(Event* e)
|
||||
#else
|
||||
m_color = m_mouse_inside ? color_hover : color_normal;
|
||||
#endif
|
||||
mouse_release();
|
||||
if (m_mouse_inside && on_click != nullptr)
|
||||
on_click(this);
|
||||
mouse_release();
|
||||
break;
|
||||
case kEventType::MouseCancel:
|
||||
m_color = color_normal;
|
||||
|
||||
Reference in New Issue
Block a user