You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A newbie who familer to android always think that callback function will be called when the button pressed ranthre than changed. So i suggest add a new conditional sentence in the callback function (in your demo).
further more , i disable the future USE_PRERENDER_EVENT and USE_POSTRENDER_EVENT.
when i enable this future, the program is loop in windows 1 and windows 2.(UG_Update always call callback function MAX_OBJECTS times).
i just don,t know how to use those future, i just disable this.(>﹏<)
A newbie who familer to android always think that callback function will be called when the button pressed ranthre than changed. So i suggest add a new conditional sentence in the callback function (in your demo).
ex: if ( msg->id == OBJ_TYPE_BUTTON && msg->event == OBJ_EVENT_PRESSED )
i spent whole two days to figure this future out. ~( ̄▽ ̄~)
The text was updated successfully, but these errors were encountered: