no razer.
Paul:
it looks like ShowCursor is a counter , so it could be 4 and you need to call it 4 times , perhaps stuff like errors , exceptions other menu stuff in the window itself will make it count up, like dialog boxes always does and error messages ? so perhaps you need something like this:
while(ShowCursor(FALSE) >= 0);
Well not letting it run forever if it fails somehow
, or perhaps just return the return value from ShowCursor to agk SetRawMouseVisible function so we can do it ourself.
best regards Preben Eriksen,