Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Game Controller Tester

Test any input device including gamepad, haptic, vibration, mouse, keyboard, touch screen, sensors · By POW Games

Really Awesome! Hope to ask how you get the gyro from joycon

A topic by XHX created Sep 05, 2024 Views: 135 Replies: 2
Viewing posts 1 to 2

I searched the internet and found two GitHub repositories, JoyConLib and JoyCon InputSystem. They seem to use similar principles but in different ways. I’m curious about how you did it. Could you give me some tips?

Developer(+1)

This app uses SDL, which in turn uses HIDAPI. Both on Github. The key here might be the comprehensive mapping database, which is also used by the Steam Client.

Super Cool! Thank you so much for your sharing & hint!