API
0.9.7
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
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
CGPoint _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
short
_subtype;
22
23
float
_deltaX;
24
float
_deltaY;
25
float
_deltaZ;
26
27
#if PLATFORM(DOM)
28
BOOL _suppressCappuccinoCut;
29
BOOL _suppressCappuccinoPaste;
30
#endif
31
}
32
@end
AppKit
CPEvent.h
Generated on Thu Nov 28 2013 20:43:42 for API by
1.8.4