]> git.saurik.com Git - iphone-api.git/blob - GraphicsServices/GraphicsServices.h
Adding initial GraphicsServices work.
[iphone-api.git] / GraphicsServices / GraphicsServices.h
1 /* iPhone Open SDK - Free Open Source Anti-Apple SDK
2 * Copyright (C) 2008 Jay Freeman (saurik)
3 */
4
5 /*
6 * Redistribution and use in source and binary
7 * forms, with or without modification, are permitted
8 * provided that the following conditions are met:
9 *
10 * 1. Redistributions of source code must retain the
11 * above copyright notice, this list of conditions
12 * and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the
14 * above copyright notice, this list of conditions
15 * and the following disclaimer in the documentation
16 * and/or other materials provided with the
17 * distribution.
18 * 3. The name of the author may not be used to endorse
19 * or promote products derived from this software
20 * without specific prior written permission.
21 *
22 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS''
23 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
24 * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
25 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
27 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
28 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
29 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
32 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
33 * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
34 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
35 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 */
37
38 #ifndef GRAPHICSSERVICES_GRAPHICSSERVICS_H_
39 #define GRAPHICSSERVICES_GRAPHICSSERVICS_H_
40
41 #include <mach/port.h>
42 #include <CoreGraphics/CGGeometry.h>
43
44 #ifdef __cplusplus
45 extern "C" {
46 #endif
47
48 struct GSPathInfo {
49 /*0x00*/ uint32_t x00;
50 /*0x04*/ uint32_t x04;
51 /*0x08*/ uint32_t x08;
52 /*0x0c*/ CGPoint position;
53 /*0x14*/ uint32_t x14;
54 };
55
56 struct GSEventRecord {
57 /*0x00:08*/ uint32_t type;
58 /*0x04:0c*/ uint32_t subType;
59 /*0x08:10*/ CGPoint locationOnScreen;
60 /*0x10:18*/ CGPoint locationInWindow;
61 /*0x18:20*/ uint64_t timestamp; //(GSCurrentEventTimestamp)
62 /*0x20:28*/ uint32_t zero;
63 /*0x24:2c*/ uint32_t modifierFlags;
64 /*0x28:30*/ uint16_t eventNumber;
65 /*0x2a:32*/ uint16_t x2a;
66 /*0x2c:34*/ uint32_t size;
67 };
68
69 struct GSEventHandInfo {
70 /*0x30:38:00:5c*/ uint32_t type;
71 /*0x34:3c:04:60*/ uint16_t x34;
72 /*0x38:3e:06:64*/ uint16_t x38;
73 /*0x3a:40:08:68*/ CGPoint x3a;
74 /*0x40:48:10:70*/ uint32_t x40; //handInfoScale scales
75 };
76
77 struct GSEventRecordInfo {
78 /*0x30:38:00:5c*/ struct GSEventHandInfo handInfo;
79 /*0x44:4c:14:74*/ uint32_t x44;
80 /*0x48:50:18:78*/ uint32_t x48; //handInfoScale scales
81 /*0x4c:54:1c:7c*/ uint32_t x4c;
82 /*0x50:58:20*/ uint8_t x50;
83 /*0x51:59:21*/ uint8_t pathPositions;
84 /*0x52:5a:22*/ uint16_t x52;
85 /*0x54:5c:24*/ struct GSPathInfo pathInfo[];
86 };
87
88 /*struct __GSEvent {
89 struct CFRuntimeBase base_;
90 struct GSEventRecord record_;
91 };*/
92
93 typedef struct __GSEvent *GSEventRef;
94
95 #define GSEventTypeKeyDown 0x000d
96
97 #define GSEventTypeAccelerometer 0x0017
98 #define GSEventTypeProximityStateChanged 0x0018
99 #define GSEventTypeDeviceOrientationChanged 0x0032
100 // 0x03c:loc_0018ac preferences
101
102 #define GSEventTypeMenuButtonDown 0x03e8
103 #define GSEventTypeMenuButtonUp 0x03e9
104 #define GSEventTypeRingerChanged0 0x03f4
105 #define GSEventTypeRingerChanged1 0x03f5
106 #define GSEventTypeLockDevice 0x03f6
107 #define GSEventTypeStatusBarMouseDown 0x03f7
108 #define GSEventTypeStatusBarMouseDragged 0x03f8
109 #define GSEventTypeStatusBarMouseUp 0x03f9
110 #define GSEventTypeLockButtonDown 0x03f2
111 #define GSEventTypeLockButtonUp 0x03f3
112 #define GSEventTypeHeadsetButtonDown 0x03fa
113 #define GSEventTypeHeadsetButtonUp 0x03fb
114
115 #define GSEventTypeVibrateForDuration 0x044c
116 #define GSEventTypeSetBacklightFactor 0x044e
117 #define GSEventTypeSetBacklightLevel 0x044f
118
119 #define GSEventTypeApplicationStarted 0x07d0
120 #define GSEventTypeAnotherApplicationFinishedLauncing 0x07d2
121 #define GSEventTypeApplicationTerminateWithStatus 0x07d3
122 #define GSEventTypeApplicationSuspended 0x07d4
123 // 0x07d5:loc_000550 internal url
124 // 0x07d6:loc_000a20 external url
125 #define GSEventTypeApplicationExited 0x07d7
126 #define GSEventTypeApplicationShowHideSettings 0x07d8
127 #define GSEventTypeQuitTopApplication 0x07d9
128 #define GSEventTypeOtherApplicationWillSuspend 0x07da
129 #define GSEventTypeApplicationSuspendedSettingsUpdated 0x07db
130
131 #define GSEventTypeResetIdleTimer 0x0898
132 #define GSEventTypeResetIdleDuration 0x0899
133 #define GSEventTypeDumpUIHierarchy 0x09c4
134 #define GSEventTypeDumpScreenContents 0x09c5
135 #define GSEventTypeProcessScriptEvent 0x0a8c
136
137 #define GSEventTypeMouse 0x0bb9
138
139 #define GSEventTypeAccessoryAvailabilityChanged 0x0fa0
140 #define GSEventTypeAccessoryKeyStateChanged 0x0fa1
141 #define GSEventTypeAccessory 0x0fa2
142
143 #define GSEventTypeOutOfLineDataRequest 0x1388
144 #define GSEventTypeUrgentMemoryWarning 0x1770
145 #define GSEventTypeOutOfLineDataResponse 0x10001
146
147 #define GSMouseEventTypeDown 0x1
148 #define GSMouseEventTypeDragged 0x2
149 #define GSMouseEventTypeUp 0x6
150 #define GSMouseEventTypeCancel 0x8
151
152 #define _PurpleSystemEventPortName "PurpleSystemEventPort"
153
154 struct GSEventHandInfo GSEventGetHandInfo(GSEventRef event);
155 mach_port_name_t GSCopyPurpleSystemEventPort(void);
156 mach_port_name_t GSGetPurpleNamedPort(CFStringRef name);
157 uint64_t GSCurrentEventTimestamp(void);
158 void GSSendSystemEvent(struct GSEventRecord *record);
159 void GSSendEvent(struct GSEventRecord *record, mach_port_name_t port);
160 GSPathInfo GSEventGetPathInfoAtIndex(GSEventRef event, unsigned index);
161
162 #ifdef __cplusplus
163 }
164 #endif
165
166 #endif//GRAPHICSSERVICES_GRAPHICSSERVICS_H_