Home
last modified time | relevance | path

Searched defs:SEvent (Results 1 – 5 of 5) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/
H A DMapWriter.cpp426 struct SEvent in WriteXML() struct
428 fixed time; in WriteXML()
429 const char* type; in WriteXML()
430 CFixedVector3D value; in WriteXML()
431 SEvent(fixed time, const char* type, CFixedVector3D value) in WriteXML() function
434 bool operator<(const SEvent& another) const in WriteXML()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DIEventReceiver.h335 struct SEvent struct
338 struct SGUIEvent
352 struct SMouseInput
389 struct SKeyInput
412 struct STouchInput
478 struct SJoystickEvent
537 struct SLogEvent
547 struct SUserEvent
557 struct SSystemEvent
582 struct SSDLTextEvent
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/
H A DProfiler2GPU.cpp107 struct SEvent struct in CProfiler2GPU_ARB_timer_query
109 const char* id;
110 GLuint query;
111 bool isEnter; // true if entering region; false if leaving
288 struct SEvent struct in CProfiler2GPU_EXT_timer_query
290 const char* id;
292 bool isEnter; // true if entering region; false if leaving
451 struct SEvent struct in CProfiler2GPU_INTEL_performance_queries
453 const char* id;
454 bool isEnter;
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DIEventReceiver.h262 struct SEvent struct
265 struct SGUIEvent
279 struct SMouseInput
316 struct SKeyInput
342 struct SJoystickEvent
395 struct SLogEvent
405 struct SUserEvent
414 EEVENT_TYPE EventType;
416 {
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A Dhtml.h102 typedef struct SEvent SEvent; typedef
303 struct SEvent struct
305 SEvent* next; /* in list of events */ argument
306 int type; /* SEonblur, etc. */
307 Rune* script;