Avaya Client Services API Reference (OS X)
Instance Methods | Properties | List of all members
CSKeyboardEvent Class Reference

#import <CSKeyboardEvent.h>

Inherits NSObject.

Instance Methods

(instancetype) - initWithFirstKey:secondKey:ctrl:alt:shift:cmd:windows:
 

Properties

NSUInteger firstKey
 
NSUInteger secondKey
 
BOOL keyCtrl
 
BOOL keyAlt
 
BOOL keyShift
 
BOOL keyCmd
 
BOOL keyWindows
 

Method Documentation

- (instancetype) initWithFirstKey: (NSUInteger)  firstKey
secondKey: (NSUInteger)  secondKey
ctrl: (BOOL)  ctrlState
alt: (BOOL)  altState
shift: (BOOL)  shiftState
cmd: (BOOL)  cmdState
windows: (BOOL)  windowsState 

Property Documentation

- (NSUInteger) firstKey
readnonatomicassign
- (BOOL) keyAlt
readnonatomicassign
- (BOOL) keyCmd
readnonatomicassign
- (BOOL) keyCtrl
readnonatomicassign
- (BOOL) keyShift
readnonatomicassign
- (BOOL) keyWindows
readnonatomicassign
- (NSUInteger) secondKey
readnonatomicassign

The documentation for this class was generated from the following file: