Searched refs:event (Results 1 – 5 of 5) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/friends/basic/ |
| D | demo_FriendsMain.cpp | 73 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/ |
| D | GuiControlManager.h | 27 …typedef void (*ControlEventCallback)(ControlEvent event, ControlBase* pControl, s16 x, s16 y, void…
|
| D | TenKey.h | 131 …static void MyControlEventCallback(scene::ControlEvent event, scene::ControlBase* pControl, s16 x,…
|
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/ |
| D | TenKey.cpp | 238 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/ |
| D | sample_datastore.cpp | 110 nn::os::Event event(true); in GetMyPrincipalId() local 113 result = nn::friends::Login(&event); in GetMyPrincipalId() 117 event.Wait(); in GetMyPrincipalId()
|