![]() |
API 0.9.5
|
00001 00002 @interface CPEvent : CPObject 00003 { 00004 CPEventType _type; 00005 CPPoint _location; 00006 unsigned _modifierFlags; 00007 CPTimeInterval _timestamp; 00008 CPGraphicsContext _context; 00009 int _eventNumber; 00010 unsigned _clickCount; 00011 float _pressure; 00012 CPWindow _window; 00013 Number _windowNumber; 00014 CPString _characters; 00015 CPString _charactersIgnoringModifiers 00016 BOOL _isARepeat; 00017 unsigned _keyCode; 00018 DOMEvent _DOMEvent; 00019 00020 float _deltaX; 00021 float _deltaY; 00022 float _deltaZ; 00023 } 00024 @end