Description: Using Game API in your programs Game API (GAPI) is by far not the newest technology. It was released by Microsoft for the Pocket PC and later platforms. You probably already use it. If you don\'t, this article may help you realize whether it\'s suitable for your needs. What is GAPI? Game API is not so much of a reach. It exposes dozen of functions you may see below in the gx.h header file. GXDLL_API int GXOpenDisplay(HWND hWnd, DWORD dwFlags); GXDLL_API int GXCloseDisplay();...