Help with text input
Help with text input
- Subject: Help with text input
- From: Bill Appleton <email@hidden>
- Date: Thu, 29 Apr 2010 15:06:08 -0700
hi all,
under carbon events i had text messages like:
kEventClassTextInput, with kEventTextInputUnicodeForKeyEvent
--> this let me get entire unicode strings that were the result of multiple
key presses
kEventClassKeyboard with
kEventRawKeyModifiersChanged:
kEventRawKeyDown:
kEventRawKeyUp:
kEventRawKeyRepeat:
--> this let me get changes in modifier keys, and the key repeat message
i have been looking in NSResponder and see some of this, but how do i get
the higher level messages like the unicode string and key repeats ?
thanks,
bill appleton
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden