[GD-Windows] SetCursor question
Brought to you by:
vexxed72
From: Brian H. <ho...@bo...> - 2004-08-07 00:13:37
|
I'm currently calling SetCursor( LoadCursor( NULL, IDC_HAND ) ) one time during application startup. It switches to a hand, but immediately goes back to an arrow when I move the mouse. That's the only place I call it -- is there some message I'm not handling to make sure that the cursor stays that way until I change it? Brian |