Home
last modified time | relevance | path

Searched refs:pControl (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiControlManager.cpp40 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()
DTenKey.cpp238 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/
DGuiControlManager.h27 …typedef void (*ControlEventCallback)(ControlEvent event, ControlBase* pControl, s16 x, s16 y, void…
55 void Add(ControlBase* pControl);
DTenKey.h131 …static void MyControlEventCallback(scene::ControlEvent event, scene::ControlBase* pControl, s16 x,…