branch | hedgeroid |
changeset 6029 | 5073285b6599 |
parent 5938 | c186c454779d |
child 6228 | 1b7d4d7d162b |
6027:302408e45052 | 6029:5073285b6599 |
---|---|
20 |
20 |
21 unit uTouch; |
21 unit uTouch; |
22 |
22 |
23 interface |
23 interface |
24 |
24 |
25 uses sysutils, math, uConsole, uVariables, SDLh, uTypes, uFloat, uConsts, uIO, uCommands, GLUnit, uCommandHandlers; |
25 uses sysutils, math, uConsole, uVariables, SDLh, uTypes, uFloat, uConsts, uIO, uCommands, GLUnit; |
26 |
26 |
27 type |
27 type |
28 PTouch_Finger = ^Touch_Finger; |
28 PTouch_Finger = ^Touch_Finger; |
29 Touch_Finger = record |
29 Touch_Finger = record |
30 id : SDL_FingerId; |
30 id : SDL_FingerId; |