JibbSmart / JoyShockLibrary

Read DualSense, DualShock 4, JoyCon, and Pro Controller input on PC -- compiled for Windows, but code should work on other platforms.
Other
233 stars 47 forks source link

Additional logging output after proper connection #49

Open CasperH2O opened 2 years ago

CasperH2O commented 2 years ago

Loaded JSL as DLL in a C# application, Handheld Companion. Works nice, DS4 connects easy.

After making an initial connection, I see the following items in the command line output every so often:

DS4
DS
initialise, set colour

Assuming these are OK and no further action need to be taken, can they be commented out in JSL or made optional somehow?

Alternatively, would you prefer a pull request with these 3 outputs commented out like I see in other places in JSL?