/sample-relativemouse

Sample to reproduce a SDL bug

Primary LanguageC

This sample aims to reproduce inconsistencies between the state of the relative mouse mode and the cursor visibility on macOS with SDL 2.0.20.

It opens a SDL window (with garbage content) and toggle relative mouse mode on pressing Alt.

When relative mouse mode is enabled, mouse events are logged to the console.

To build and execute:

meson x
ninja -Cx
x/sample-relativemouse