@@ -3,7 +3,7 @@ object Main: TMain
33 Top = 124
44 BorderIcons = [biSystemMenu]
55 BorderStyle = bsSingle
6- Caption = ' [ TrueOpenVR] Get data '
6+ Caption = ' TrueOpenVR Get Data '
77 ClientHeight = 345
88 ClientWidth = 583
99 Color = clBtnFace
@@ -14,10 +14,11 @@ object Main: TMain
1414 Font.Style = []
1515 OldCreateOrder = False
1616 Position = poScreenCenter
17+ OnClose = FormClose
1718 OnCreate = FormCreate
1819 PixelsPerInch = 96
1920 TextHeight = 13
20- object Label32 : TLabel
21+ object AboutLbl : TLabel
2122 Left = 400
2223 Top = 312
2324 Width = 30
@@ -34,92 +35,92 @@ object Main: TMain
3435 TabOrder = 0
3536 OnClick = GetBtnClick
3637 end
37- object GroupBox1 : TGroupBox
38+ object hmdGB : TGroupBox
3839 Left = 8
3940 Top = 8
4041 Width = 185
4142 Height = 289
4243 Caption = ' HMD'
43- TabOrder = 1
44- object Label7 : TLabel
44+ TabOrder = 4
45+ object ScrIndLbl : TLabel
4546 Left = 8
4647 Top = 192
4748 Width = 80
4849 Height = 13
4950 Caption = ' Screen index = 0'
5051 end
51- object Label8 : TLabel
52+ object ScaleLbl : TLabel
5253 Left = 8
5354 Top = 216
5455 Width = 61
5556 Height = 13
5657 Caption = ' Scale = false'
5758 end
58- object Label9 : TLabel
59+ object UserResLbl : TLabel
5960 Left = 8
6061 Top = 240
6162 Width = 105
6263 Height = 13
6364 Caption = ' User resolution = 0 x 0'
6465 end
65- object Label18 : TLabel
66+ object RndResLbl : TLabel
6667 Left = 8
6768 Top = 264
6869 Width = 118
6970 Height = 13
7071 Caption = ' Render resolution = 0 x 0'
7172 end
72- object GroupBox4 : TGroupBox
73+ object hmdPositionGB : TGroupBox
7374 Left = 8
7475 Top = 16
7576 Width = 169
7677 Height = 81
7778 Caption = ' Position'
7879 TabOrder = 0
79- object Label1 : TLabel
80+ object hmdXLbl : TLabel
8081 Left = 8
8182 Top = 16
8283 Width = 25
8384 Height = 13
8485 Caption = ' X = 0'
8586 end
86- object Label2 : TLabel
87+ object hmdYLbl : TLabel
8788 Left = 8
8889 Top = 40
8990 Width = 25
9091 Height = 13
9192 Caption = ' Y = 0'
9293 end
93- object Label3 : TLabel
94+ object hmdZlbl : TLabel
9495 Left = 8
9596 Top = 64
9697 Width = 25
9798 Height = 13
9899 Caption = ' Z = 0'
99100 end
100101 end
101- object GroupBox5 : TGroupBox
102+ object hmdRotationGB : TGroupBox
102103 Left = 8
103104 Top = 104
104105 Width = 169
105106 Height = 81
106107 Caption = ' Rotation'
107108 TabOrder = 1
108- object Label4 : TLabel
109+ object hmdYawLbl : TLabel
109110 Left = 8
110111 Top = 16
111112 Width = 39
112113 Height = 13
113114 Caption = ' Yaw = 0'
114115 end
115- object Label5 : TLabel
116+ object hmdPitchLbl : TLabel
116117 Left = 8
117118 Top = 40
118119 Width = 42
119120 Height = 13
120121 Caption = ' Pitch = 0'
121122 end
122- object Label6 : TLabel
123+ object hmdRollLbl : TLabel
123124 Left = 8
124125 Top = 64
125126 Width = 36
@@ -128,77 +129,77 @@ object Main: TMain
128129 end
129130 end
130131 end
131- object GroupBox2 : TGroupBox
132+ object CtrlGB : TGroupBox
132133 Left = 200
133134 Top = 8
134135 Width = 185
135136 Height = 289
136137 Caption = ' Controller 1'
137- TabOrder = 2
138- object Label10 : TLabel
138+ TabOrder = 5
139+ object CtrlXLbl : TLabel
139140 Left = 8
140141 Top = 24
141142 Width = 25
142143 Height = 13
143144 Caption = ' X = 0'
144145 end
145- object Label11 : TLabel
146+ object CtrlYLbl : TLabel
146147 Left = 8
147148 Top = 48
148149 Width = 25
149150 Height = 13
150151 Caption = ' Y = 0'
151152 end
152- object Label12 : TLabel
153+ object CtrlZLbl : TLabel
153154 Left = 8
154155 Top = 72
155156 Width = 25
156157 Height = 13
157158 Caption = ' Z = 0'
158159 end
159- object Label13 : TLabel
160+ object CtrlYawLbl : TLabel
160161 Left = 8
161162 Top = 96
162163 Width = 39
163164 Height = 13
164165 Caption = ' Yaw = 0'
165166 end
166- object Label14 : TLabel
167+ object CtrlPitchLbl : TLabel
167168 Left = 8
168169 Top = 120
169170 Width = 42
170171 Height = 13
171172 Caption = ' Pitch = 0'
172173 end
173- object Label15 : TLabel
174+ object CtrlRollLbl : TLabel
174175 Left = 8
175176 Top = 144
176177 Width = 36
177178 Height = 13
178179 Caption = ' Roll = 0'
179180 end
180- object Label16 : TLabel
181+ object CtrlBtnsLbl : TLabel
181182 Left = 8
182183 Top = 168
183184 Width = 54
184185 Height = 13
185186 Caption = ' Buttons = 0'
186187 end
187- object Label17 : TLabel
188+ object CtrlTrgLbl : TLabel
188189 Left = 8
189190 Top = 192
190191 Width = 51
191192 Height = 13
192193 Caption = ' Trigger = 0'
193194 end
194- object Label19 : TLabel
195+ object CtrlThXLbl : TLabel
195196 Left = 8
196197 Top = 216
197198 Width = 58
198199 Height = 13
199200 Caption = ' ThumbX = 0'
200201 end
201- object Label20 : TLabel
202+ object CtrlThYLbl : TLabel
202203 Left = 8
203204 Top = 240
204205 Width = 58
@@ -215,104 +216,104 @@ object Main: TMain
215216 TabOrder = 3
216217 OnClick = CloseBtnClick
217218 end
218- object GroupBox3 : TGroupBox
219+ object Ctrl2GB : TGroupBox
219220 Left = 392
220221 Top = 7
221222 Width = 185
222223 Height = 290
223224 Caption = ' Controller 2'
224- TabOrder = 4
225- object Label21 : TLabel
225+ TabOrder = 6
226+ object Ctrl2XLbl : TLabel
226227 Left = 8
227228 Top = 24
228229 Width = 25
229230 Height = 13
230231 Caption = ' X = 0'
231232 end
232- object Label22 : TLabel
233+ object Ctrl2YLbl : TLabel
233234 Left = 8
234235 Top = 48
235236 Width = 25
236237 Height = 13
237238 Caption = ' Y = 0'
238239 end
239- object Label23 : TLabel
240+ object Ctrl2ZLbl : TLabel
240241 Left = 8
241242 Top = 72
242243 Width = 25
243244 Height = 13
244245 Caption = ' Z = 0'
245246 end
246- object Label24 : TLabel
247+ object Ctrl2YawLbl : TLabel
247248 Left = 8
248249 Top = 96
249250 Width = 39
250251 Height = 13
251252 Caption = ' Yaw = 0'
252253 end
253- object Label25 : TLabel
254+ object Ctrl2PitchLbl : TLabel
254255 Left = 8
255256 Top = 120
256257 Width = 42
257258 Height = 13
258259 Caption = ' Pitch = 0'
259260 end
260- object Label26 : TLabel
261+ object Ctrl2RollLbl : TLabel
261262 Left = 8
262263 Top = 144
263264 Width = 36
264265 Height = 13
265266 Caption = ' Roll = 0'
266267 end
267- object Label27 : TLabel
268+ object Ctrl2BtnsLbl : TLabel
268269 Left = 8
269270 Top = 168
270271 Width = 54
271272 Height = 13
272273 Caption = ' Buttons = 0'
273274 end
274- object Label28 : TLabel
275+ object Ctrl2TrgLbl : TLabel
275276 Left = 8
276277 Top = 192
277278 Width = 51
278279 Height = 13
279280 Caption = ' Trigger = 0'
280281 end
281- object Label30 : TLabel
282+ object Ctrl2ThXLbl : TLabel
282283 Left = 8
283284 Top = 216
284285 Width = 58
285286 Height = 13
286287 Caption = ' ThumbX = 0'
287288 end
288- object Label31 : TLabel
289+ object Ctrl2ThYLbl : TLabel
289290 Left = 8
290291 Top = 240
291292 Width = 58
292293 Height = 13
293294 Caption = ' ThumbY = 0'
294295 end
295296 end
296- object Button1 : TButton
297+ object CentringBtn : TButton
297298 Left = 88
298299 Top = 312
299300 Width = 75
300301 Height = 25
301302 Caption = ' Centring'
302- TabOrder = 5
303- OnClick = Button1Click
303+ TabOrder = 1
304+ OnClick = CentringBtnClick
304305 end
305- object Button2 : TButton
306+ object FeedbackBtn : TButton
306307 Left = 168
307308 Top = 312
308309 Width = 75
309310 Height = 25
310311 Caption = ' Feedback'
311- TabOrder = 6
312- OnClick = Button2Click
312+ TabOrder = 2
313+ OnClick = FeedbackBtnClick
313314 end
314- object XPManifest1 : TXPManifest
315- Left = 184
316- Top = 184
315+ object XPManifest : TXPManifest
316+ Left = 544
317+ Top = 16
317318 end
318319end
0 commit comments