Home
last modified time | relevance | path

Searched refs:MyControlEventCallback (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DTenKey.h131 …static void MyControlEventCallback(scene::ControlEvent event, scene::ControlBase* pControl, s16 x,…
/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DTenKey.cpp153 m_controlManager.RegisterControlEventCallback(TenKey::MyControlEventCallback, this); in Initialize()
238 void TenKey::MyControlEventCallback(scene::ControlEvent event, scene::ControlBase* pControl, s16 x,… in MyControlEventCallback() function in scene::TenKey