Mouse Cursor

  • Hello,


    1. What is the easiest way to get mouse cursor hidden?
    I tried "ShowCursor(FALSE)", "SetCursor(NULL)" and "SetCursorPos(800, 480)", none of them works. The cursor comes back on the screen as soon as making any touching on it.
    2. In case we can get cursor hidden, is it possible to get it back whenever a USB mouse connected?

  • Hello

    Code
    1. reg open \drivers\display\lcd\<active mode>
    2. reg set value EnableCursor dword 0
    3. reg save
    4. reboot

    will switch off cursor permanent.


    Just an idea to hide and show an "enabled" cursor, i did not test:
    clip the cursor outside the LCD using ClipCursor (479,799,480,800). And "unclip" after getting a corresponding device notification (http://www.forum.fs-net.de/viewtopic.php?f=4&t=1521).

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.