Skip to content
Bernat edited this page Sep 17, 2019 · 9 revisions

Resources for Oversteer development

Steering wheels are seen by the system as joysticks with several axes, buttons and FFB. The axes and buttons are no problem, but FFB uses propietary protocols.

Currently, the Linux kernel provides an API to access FFB in Logitech wheels through evdev. SDL2 has also APIs for handling FFB.

Logitech FFB docs:

Kernel related links:

SDL2 related links:

Examples of use:

Others:

Clone this wiki locally