Skip to content

Programming resources related to steering wheels

Bernat edited this page Apr 28, 2024 · 2 revisions

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 proprietary protocols.

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

Kernel related links:

KLGD (Kernel Library for Gaming Devices):

SDL2 related links:

Examples of use:

Others:

Clone this wiki locally