Emulator Issues #1411
closedCursor is not hiding up itself
0%
Description
What steps will reproduce the problem?
1.Start any games
2.
3.
What is the expected output? What do you see instead?
Cursor is still here and not hide itself
What version of the product are you using? On what operating system?
Dolphin rev4266 64 bit
OS : Windows XP 64 bit
Please provide any additional information below.
Updated by death2droid about 15 years ago
- Status changed from New to Invalid
You have to set Dolphin to automatically hide it check the general tab in the Config
Updated by death2droid about 15 years ago
- Status changed from Invalid to New
Auto hide doesn't work, Always only works when the mouse it moving.
Updated by jacky.kk.tsui about 15 years ago
i already set it to auto hide but the mouse cursor still there .
forget to mention , i seen the cursor when using the D3D plugin but ok for OGL plugin
Updated by hrydgard about 15 years ago
Guess it's just a matter of adding cursor hiding to the D3D plugin. will do.
Updated by death2droid about 15 years ago
Its actually probably because the D3D plugin isn't using wxWidgets so the method for
showing cursor has to be done like ShowCursor(BOOL) or something like that.
Updated by Anonymous about 15 years ago
surprisingly using wxwidgets for this function is a pain in the ass. It would require
us to use wxwidget's .rc file and other stuff. Annoying
Updated by AHeinerm about 15 years ago
Autohide works only for the main window, not the rendering window.
Updated by luisr142004 about 15 years ago
Issue 1661 has been merged into this issue.
Updated by fgfemperor almost 15 years ago
- Status changed from Accepted to Fixed
This issue was closed by revision r4757.
Updated by jacky.kk.tsui almost 15 years ago
Confirmed : The cursor can only be hide in D3D fullscreen mode when Dual code is in use
However,in single core , the cursor is still there .