irrlicht1.7.0(2):基础接口
摘要:IEventReceiver.h定义了irrlicht引擎中的事件类型(struct SEvent)和事件接口(class IEventReceiver) 1 struct SEvent 2 { 3 EEVENT_TYPE EventType; 4 union 5 { 6 struct SGUIEvent GUIEvent; //UI响应事件 7 struct SMouseInput MouseInput; //鼠标输入事件 8 struct SKeyInput KeyInput; ...
阅读全文
posted @ 2013-05-18 01:27
浙公网安备 33010602011771号