Changing cursor holding down the ALT key
Changing cursor holding down the ALT key
- Subject: Changing cursor holding down the ALT key
- From: Lorenzo <email@hidden>
- Date: Wed, 03 Sep 2003 22:43:56 +0200
Hi list,
I set a cursor to my view with
- (void)resetCursorRects
{
[self addCursorRect:selRect cursor:myCursor];
}
It works fine.
I would like now to change the cursor when the ALT key is holding down.
I tried keyDown: but it doesn't notify the ALT is pressed until a charatecr
is pressed too.
Do you know how to do?
Best Regards
--
Lorenzo
email: email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.