add permission to open files on osx, update android project

This commit is contained in:
2018-09-26 22:53:08 +02:00
parent b43219f98d
commit ea25993f55
3 changed files with 5 additions and 1 deletions

View File

@@ -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;