Skip to content

Added C# Interface

Latest
Compare
Choose a tag to compare
@shauleiz shauleiz released this 15 Jan 10:50
· 4 commits to master since this release

It is now possible to write a feeder using C# in addition to C/C++
Use the C++ manual - leaping to C# is quite trivial
Work on C# is underway.

In addition, some functions were missing from the API.
These functions were added:

  • GetvJoyProductString(void);
  • GetvJoyManufacturerString(void);
  • GetvJoySerialNumberString(void);
  • DriverMatch(WORD * DllVer, WORD * DrvVer);
  • RegisterRemovalCB(RemovalCB cb, PVOID data);
  • vJoyFfbCap(BOOL * Supported);
  • GetvJoyMaxDevices(int * n);
  • GetNumberExistingVJD(int * n);