Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DGuiControlManager.h84 void RegisterControlEventCallback(ControlEventCallback pCallback, void* pParam) in RegisterControlEventCallback() function
/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DTenKey.cpp153 m_controlManager.RegisterControlEventCallback(TenKey::MyControlEventCallback, this); in Initialize()