Searched refs:pControl (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/ |
| D | GuiControlManager.cpp | 40 void ControlManager::Add(ControlBase* pControl) in Add() argument 42 if (pControl) in Add() 44 if (pControl->GetId() != CONTROL_ID_UNUSED) in Add() 49 NN_ASSERT((*it)->GetId() != pControl->GetId()); in Add() 54 pControl->SetControlManager(this); in Add() 56 m_controlList.push_front(pControl); in Add()
|
| D | TenKey.cpp | 238 void TenKey::MyControlEventCallback(scene::ControlEvent event, scene::ControlBase* pControl, s16 x,… in MyControlEventCallback() argument 248 u16 controlId = pControl->GetId(); in MyControlEventCallback()
|
| /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… 55 void Add(ControlBase* pControl);
|
| D | TenKey.h | 131 …static void MyControlEventCallback(scene::ControlEvent event, scene::ControlBase* pControl, s16 x,…
|