Ich bekomme ja eine TCursorInfo zurück welche folgende Struktur hat:
cbSize
Specifies the size, in bytes, of the structure. The caller must set this to sizeof(CURSORINFO).
flags
Specifies the cursor state. This parameter can be one of the following values.
0
The cursor is hidden.
CURSOR_SHOWING
The cursor is showing.
hCursor
Handle to the cursor.
ptScreenPos
Wie kann ich da abfragen wann sich der Cursor geändert hat? In einem Timer der jede Sekunde die Cursorinfo holt?