1 #ifndef _YI_DEV_WIDGET_H_ 2 #define _YI_DEV_WIDGET_H_ 145 virtual bool OnUpdate(
bool *pbSkipUpdate =
nullptr);
216 void OnTimerExpired();
219 bool m_bUseSimulatedKeys;
220 bool m_bCaptureAllEvents;
221 bool m_bUseConfigurationItems;
Class for key events.
Definition: YiKeyEvent.h:15
Allows registering of event filters which can be used to perform processing on an event before and af...
Definition: YiEventHandler.h:25
Base class for events.
Definition: YiEvent.h:489
Container class for Unicode strings. Conceptually, a CYIString object is a sequence of Unicode charac...
Definition: YiString.h:35
YI_EVENT_TYPE
The event type of the CYIEvent class instance.
Definition: YiEvent.h:23
The base class for an object accessible from script source code.
Definition: YiScriptableObject.h:28
A low-precision timer driven by the update loop.
Definition: YiTimer.h:29
A scene node is the base type for all nodes which are used by the scene manager; it is an integral pa...
Definition: YiSceneNode.h:114
Definition: YiSignalHandler.h:174
This file contains the classes and macros used to implement RTTI in You.i Engine. ...
A class used to manipulate developer utilities.
Definition: YiDevPanel.h:52