WhiteMagic / JoystickGremlin

A tool for configuring and managing joystick devices.
http://whitemagic.github.io/JoystickGremlin/
GNU General Public License v3.0
313 stars 45 forks source link

BUG: Input Viewer Does Not Scroll Fully With High Device Counts #464

Closed TheGoodIdeaFairy closed 1 year ago

TheGoodIdeaFairy commented 1 year ago

The minimum vertical window size of the input viewer is defined by the number of devices (physical and/or vJoy). When this number is higher than some limit (determined by screen resolution and scaling) you can no longer view or select devices or button/axis view panels toward the bottom of the window.

WhiteMagic commented 1 year ago

Not something that will be fixed in the current version and is not an issue in the new version as the different parts of the UI are in scrollable containers.

TheGoodIdeaFairy commented 1 year ago

Awesome, just thought I'd bring it to your attention in case you were planning to recycle that portion of the code.