You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some GUI menus like the selection of an image file to mount or selection of shader to use mouse cursor gets stuck completely though mouse buttons still work. You need to ESCape the menu window in order for cursor to be released. Note that this only happens when the mouse cursor happens to be over DOSBox-X window when the selection menu window shows up; if cursor manages to be outside the DOSBox-X window when the menu shows up mouse cursor can move freely.
This happens on SDL1 versions only and only when SDL videodriver is set as "directx"; videodriver "windib" doesn't show this behaviour.
Steps to reproduce the behaviour
Either set SDL_VIDEODRIVER=directx environment variable (Windows) or set "videodriver=directx" on dosbox-x.conf
Start DOSBox-X
Make sure DOSBox-X window size is big enough for all GUI menus to be displayed over it.
Go to menu "Drive->[LETTER]->Mount a disk or CD image file"
Selection menu is displayed and mouse cursor gets frozen; mouse buttons still work but you need to ESCape
Expected behavior
Mouse cursor should work in those menus as it does with SDL2 or other "videodriver" choices.
What operating system(s) this bug have occurred on?
Describe the bug
On some GUI menus like the selection of an image file to mount or selection of shader to use mouse cursor gets stuck completely though mouse buttons still work. You need to ESCape the menu window in order for cursor to be released. Note that this only happens when the mouse cursor happens to be over DOSBox-X window when the selection menu window shows up; if cursor manages to be outside the DOSBox-X window when the menu shows up mouse cursor can move freely.
This happens on SDL1 versions only and only when SDL videodriver is set as "directx"; videodriver "windib" doesn't show this behaviour.
Steps to reproduce the behaviour
Expected behavior
Mouse cursor should work in those menus as it does with SDL2 or other "videodriver" choices.
What operating system(s) this bug have occurred on?
Windows XP SP3, Windows 7 Ultimate SP1
What version(s) of DOSBox-X have this bug?
Last 5 official releases at least.
Used configuration
Output log
Additional information
No response
Have you checked that no similar bug report(s) exist?
Code of Conduct & Contributing Guidelines
The text was updated successfully, but these errors were encountered: