Home
last modified time | relevance | path

Searched refs:event (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/friends/basic/
Ddemo_FriendsMain.cpp73 nn::os::Event event(false); in Login() local
77 result = nn::friends::Login(&event); in Login()
80 if (event.Wait(nn::fnd::TimeSpan::FromMinutes(2))) in Login()
104 event.Finalize(); in Login()
/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DGuiControlManager.h27 …typedef void (*ControlEventCallback)(ControlEvent event, ControlBase* pControl, s16 x, s16 y, void…
DTenKey.h131 …static void MyControlEventCallback(scene::ControlEvent event, scene::ControlBase* pControl, s16 x,…
/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DTenKey.cpp238 void TenKey::MyControlEventCallback(scene::ControlEvent event, scene::ControlBase* pControl, s16 x,… in MyControlEventCallback() argument
243 if (event == scene::CONTROL_EVENT_TOUCH) in MyControlEventCallback()
/CTR-SDK-4.2.7-SampleDemos/boss/sample_datastore/
Dsample_datastore.cpp110 nn::os::Event event(true); in GetMyPrincipalId() local
113 result = nn::friends::Login(&event); in GetMyPrincipalId()
117 event.Wait(); in GetMyPrincipalId()