Igor Delovski Board Forum Index Igor Delovski Board
My Own Personal Slashdot!
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Keyboard

 
Post new topic   Reply to topic    Igor Delovski Board Forum Index -> Mac Cocoa
Mac Cocoa  
Author Message
delovski



Joined: 14 Jun 2006
Posts: 3523
Location: Zagreb

PostPosted: Fri May 29, 2009 4:13 pm    Post subject: Keyboard Reply with quote

SO - Programatically align a toolbar on top of the iPhone keyboard

"In several cases I want to add a toolbar to the top of the iPhone keyboard
(as in iPhone Safari when you're navigating form elements, for example)."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3523
Location: Zagreb

PostPosted: Fri May 29, 2009 4:13 pm    Post subject: Reply with quote

adc - Keyboard Notification User Info Keys

"UIKeyboardBoundsUserInfoKey - The key for an NSValue object containing
a CGRect that identifies the bounds rectangle of the keyboard. This value is
sufficient for obtaining the size of the keyboard. If you want to get the origin
of the keyboard on the screen (before or after animation) use the values ob-
tained from the user info dictionary through the UIKeyboardCenterBeginUs-
erInfoKey or UIKeyboardCenterEndUserInfoKey constants."
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3035
Location: Europe

PostPosted: Sat Sep 25, 2021 6:08 pm    Post subject: Reply with quote

adc - NSEventModifierFlags

Code:
typedef enum NSEventModifierFlags : NSUInteger {
    ...
} NSEventModifierFlags;


Event Modifier Flags:
NSEventModifierFlagCapsLock - The Caps Lock key has been pressed.
NSEventModifierFlagShift - The Shift key has been pressed.
NSEventModifierFlagControl - The Control key has been pressed.
NSEventModifierFlagOption - The Option or Alt key has been pressed.
NSEventModifierFlagCommand - The Command key has been pressed.
NSEventModifierFlagNumericPad - A key in the numeric keypad or an arrow
key has been pressed.
NSEventModifierFlagHelp - The Help key has been pressed.
NSEventModifierFlagFunction - A function key has been pressed.
NSEventModifierFlagDeviceIndependentFlagsMask - Device-independent
modifier flags are masked.

Deprecated:
NSAlphaShiftKeyMask - The Caps Lock key has been pressed.
...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Igor Delovski Board Forum Index -> Mac Cocoa All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Delovski.hr
Powered by php-B.B. © 2001, 2005 php-B.B. Group