add permission to open files on osx, update android project
This commit is contained in:
@@ -49,7 +49,7 @@ kEventResult NodeButtonCustom::handle_event(Event* e)
|
||||
mouse_capture();
|
||||
break;
|
||||
case kEventType::MouseUpL:
|
||||
#ifdef __IOS__
|
||||
#if defined(__IOS__) || defined(__ANDROID__)
|
||||
m_color = color_normal;
|
||||
#else
|
||||
m_color = m_mouse_inside ? color_hover : color_normal;
|
||||
|
||||
Reference in New Issue
Block a user