#import <UIKeyboardLayoutRoman.h>
Abgeleitet von UIKeyboardLayout.
Basisklasse für UIKeyboardLayoutQWERTY und UIKeyboardLayoutQWERTYLandscape.
Öffentliche Methoden | |
| (BOOL) | - canHandleHandEvents |
| (void) | - handleHandEvent: |
| (void) | - mouseDown: |
| (void) | - touchDownWithKey:atPoint: |
| (void) | - touchDown:fromPath:withIdentity: |
| (void) | - mouseDragged: |
| (void) | - touchDragged:fromPath:withIdentity: |
| (void) | - mouseUp: |
| (void) | - touchUp:fromPath:withIdentity: |
Definiert in Zeile 9 der Datei UIKeyboardLayoutRoman.h.
| - (BOOL) canHandleHandEvents |
| - (void) handleHandEvent: | (struct __GSEvent *) | fp8 |
| - (void) mouseDown: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
| - (void) touchDownWithKey: | (CDAnonymousStruct9 *) | fp8 | ||
| atPoint: | (struct CGPoint) | fp12 | ||
| - (void) touchDown: | (struct __GSEvent *) | fp8 | ||
| fromPath: | (int) | fp12 | ||
| withIdentity: | (int) | fp16 | ||
| - (void) mouseDragged: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
| - (void) touchDragged: | (struct __GSEvent *) | fp8 | ||
| fromPath: | (int) | fp12 | ||
| withIdentity: | (int) | fp16 | ||
| - (void) mouseUp: | (struct __GSEvent *) | fp8 |
Implementiert UIResponder.
| - (void) touchUp: | (struct __GSEvent *) | fp8 | ||
| fromPath: | (int) | fp12 | ||
| withIdentity: | (int) | fp16 | ||