Home
last modified time | relevance | path

Searched defs:inputevent (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dinputdevice.h74 struct inputevent { struct
75 const TCHAR *confname;
76 const TCHAR *name;
77 const TCHAR *shortname;
78 int allow_mask;
79 int type;
80 int unit;
81 int data;
82 int portid;
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/coreunits/
H A Dinputevent.pas17 unit inputevent; unit
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dinputdevice.h66 struct inputevent { struct
67 const TCHAR *confname;
68 const TCHAR *name;
69 int allow_mask;
70 int type;
71 int unit;
72 int data;
/dports/lang/fpc-source/fpc-3.2.2/packages/os4units/src/
H A Dinputevent.pas17 unit inputevent; unit
/dports/lang/fpc-source/fpc-3.2.2/packages/morphunits/src/
H A Dinputevent.pas20 unit inputevent; unit
/dports/lang/fpc-source/fpc-3.2.2/packages/arosunits/src/
H A Dinputevent.pas16 unit inputevent; unit
/dports/emulators/uae/uae-0.8.29/src/
H A Dinputdevice.c51 struct inputevent { struct
52 char *confname;
53 char *name;
54 int allow_mask;
55 int type;
56 int unit;
57 int data;
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmbiftio.cpp332 void CVmBifTIO::inputevent(VMG_ uint argc) in inputevent() function in CVmBifTIO
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dmod.rs376 pub mod inputevent; module