API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPEvent.h
Go to the documentation of this file.
1 
2 @interface CPEvent : CPObject
3 {
4  CPEventType _type;
5  CPPoint _location;
6  unsigned _modifierFlags;
7  CPTimeInterval _timestamp;
8  CPGraphicsContext _context;
9  int _eventNumber;
10  unsigned _clickCount;
11  float _pressure;
12  CPWindow _window;
13  Number _windowNumber;
14  CPString _characters;
15  CPString _charactersIgnoringModifiers
16  BOOL _isARepeat;
17  unsigned _keyCode;
18  DOMEvent _DOMEvent;
19  int _data1;
20  int _data2;
21 
22  float _deltaX;
23  float _deltaY;
24  float _deltaZ;
25 }
26 @end