Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DGuiTypes.h55 enum ControlEvent enum
DGuiControlManager.h27 …typedef void (*ControlEventCallback)(ControlEvent event, ControlBase* pControl, s16 x, s16 y, void…
DTenKey.h131 …static void MyControlEventCallback(scene::ControlEvent event, scene::ControlBase* pControl, s16 x,…
/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DTenKey.cpp238 void TenKey::MyControlEventCallback(scene::ControlEvent event, scene::ControlBase* pControl, s16 x,… in MyControlEventCallback()