nefarius / ViGEmClient

ViGEm Client SDK for feeder development.
https://docs.nefarius.at/projects/ViGEm/
MIT License
134 stars 65 forks source link

Moved definition of VIGEM_TARGET and VIGEM_CLIENT to Client.h #4

Closed ya-isakov closed 5 years ago

ya-isakov commented 5 years ago

It looks like public API of ViGEmClient lacks some essential definitions, as they are misplaced in .c file.

nefarius commented 5 years ago

Hi, nope, that is intentional. The caller isn't supposed to access these structs directly.

ya-isakov commented 5 years ago

Got it, closing