| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Hello,
Does anyone use this kEventWindowCursorChange event? I would like to use it to have the cursor change when it is over my main window, but it doesn't seem to be working. Here is how I installed it.
static EventHandlerUPP CursorUPP = NewEventHandlerUPP(CursorHandler);
EventTypeSpec CursorEventType = {kEventClassWindow,kEventWindowCursorChange};
InstallWindowEventHandler (myWindow, CursorUPP,1, &CursorEventType, NULL, &WindowCursHandler);
It doesn't seem like the handler gets called when I move into the window. Any suggestions for things to look out for with this event?
| References: | |
| >kEventWindowCursorChange (From: Bob Sabiston <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.