cordarei / libwm

Automatically exported from code.google.com/p/libwm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hide/Show mouse cursor

GoogleCodeExporter opened this issue · comments

Add functions to hide and show mouse cursor within a window.

Original issue reported on code.google.com by maililis...@gmail.com on 13 Jul 2009 at 9:10

Original comment by maililis...@gmail.com on 29 Jul 2009 at 8:27

  • Added labels: Milestone-Release0.1
Added Window::showCursor. On X uses an invisible cursor and XDefinePointer. On 
Win32
uses ShowCursor, TrackMouseEvent, WM_MOUSEMOVE and WM_MOUSELEAVE events.

Original comment by maililis...@gmail.com on 29 Jul 2009 at 3:45

  • Changed state: Fixed