|
(void) | - initWithSession:delegate: |
|
(void) | - reset |
|
(void) | - sendUnicode: |
|
(void) | - sendVirtualKeyCode: |
|
(void) | - toggleCtrlKey |
|
(void) | - toggleAltKey |
|
(void) | - toggleShiftKey |
|
(void) | - toggleWinKey |
|
(void) | - sendEnterKeyStroke |
|
(void) | - sendEscapeKeyStroke |
|
(void) | - sendBackspaceKeyStroke |
|
|
RDPSession * | _session |
|
int | _virtual_key_map [256] |
|
int | _unicode_map [256] |
|
NSDictionary * | _special_keys |
|
NSObject< RDPKeyboardDelegate > * | _delegate |
|
BOOL | _ctrl_pressed |
|
BOOL | _alt_pressed |
|
BOOL | _shift_pressed |
|
BOOL | _win_pressed |
|
|
id< RDPKeyboardDelegate > | delegate |
|
BOOL | ctrlPressed |
|
BOOL | altPressed |
|
BOOL | shiftPressed |
|
BOOL | winPressed |
|
Definition at line 21 of file RDPKeyboard.h.
The documentation for this class was generated from the following files: