R
runningforacause
Guest
I have a specialized machine running a c# application with no mouse or keyboard attached. I use a virtual mouse to move the cursor around the screen... however I can only make that cursor show when I have a physical hardware mouse connected to the machine and then unplug it. If I boot and never connect a mouse the cursor is always hidden. ShowCursor(true) called infinitely does not show the cursor. Overrides to the cursor do nothing either. Is there a Windows 10 deep down thing that is making the cursor be null or hidden? What can I do to make the machine think it has a mouse or not have to have a real mouse before enabling the virtual cursor?
Continue reading...
Continue reading...