Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 398 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 398 Bytes

Extensions

This repository contains various C extensions needed by EventGhost.

  • cFunctions.pyd

    This extension contains different functions needed by the program core.

  • _dxJoystick.pyd

    This extension is solely needed by the Joystick plugin to access the hardware through Microsoft's Direct Input API. To be able to compile it you need the Microsoft DirectX SDK installed.