GI: Difference between revisions
Appearance
Created page with "GI is a generic interface between games and Input devices. ==Links== * [https://github.com/OS2World/LIB-gi Source Code]" |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
GI is a generic interface between games and Input devices. | GI is a generic interface between games and Input devices. | ||
It is used by OS/2 games like Wizard of Wor, Boulder Dash and Tron. | |||
==Files== | |||
* GI.DLL | |||
* JOY.DLL | |||
* KBD.DLL | |||
* STRAIGHT.DLL | |||
==Author== | |||
* Roman Fisher | |||
==Links== | ==Links== | ||
* [https://github.com/OS2World/LIB-gi Source Code] | * [https://github.com/OS2World/LIB-gi Source Code] | ||
[[Category:C Libraries]] |
Latest revision as of 14:14, 11 January 2018
GI is a generic interface between games and Input devices.
It is used by OS/2 games like Wizard of Wor, Boulder Dash and Tron.
Files
- GI.DLL
- JOY.DLL
- KBD.DLL
- STRAIGHT.DLL
Author
- Roman Fisher