1 | x = ((__view_get(e__VW.XView, 0) + auto) * ss) + xstart; |
2 | y = ((__view_get(e__VW.YView, 0) + autoy) * ssy) + ystart; |
3 | |
4 | enum e__VW |
5 | { |
6 | XView, |
7 | YView, |
8 | WView, |
9 | HView, |
10 | Angle, |
11 | HBorder, |
12 | VBorder, |
13 | HSpeed, |
14 | VSpeed, |
15 | Object, |
16 | Visible, |
17 | XPort, |
18 | YPort, |
19 | WPort, |
20 | HPort, |
21 | Camera, |
22 | SurfaceID |
23 | } |