This is related to the so-called trackpad "Natural scrolling".
In WIndows, scroll_direction() is obtained from the registry only once. What if the user changes the control panel settings while the app is running?
In Linux,it is not implemented and simly returns {+1.0f, +1.0f}
See if this can be done better.
This is related to the so-called trackpad "Natural scrolling".
In WIndows, scroll_direction() is obtained from the registry only once. What if the user changes the control panel settings while the app is running?
In Linux,it is not implemented and simly returns {+1.0f, +1.0f}
See if this can be done better.