#import <DOMWheelEvent.h>
Abgeleitet von DOMUIEvent.
Öffentliche Methoden | |
| (struct WheelEvent *) | - _wheelEvent |
| (int) | - screenX |
| (int) | - screenY |
| (int) | - clientX |
| (int) | - clientY |
| (BOOL) | - ctrlKey |
| (BOOL) | - shiftKey |
| (BOOL) | - altKey |
| (BOOL) | - metaKey |
| (BOOL) | - isHorizontal |
| (int) | - wheelDelta |
Definiert in Zeile 9 der Datei DOMWheelEvent.h.
| - (struct WheelEvent *) _wheelEvent |
| - (int) screenX |
| - (int) screenY |
| - (int) clientX |
| - (int) clientY |
| - (BOOL) ctrlKey |
| - (BOOL) shiftKey |
| - (BOOL) altKey |
| - (BOOL) metaKey |
| - (BOOL) isHorizontal |
| - (int) wheelDelta |