- Code: Select all
1
2x$ = LOWORD(lParam$);
y$ = HIWORD(lParam$);2 lines; 0 keywds; 0 nums; 8 ops; 0 strs; 0 coms Syntactic Coloring v0.4 - Dan East
x$ actually contains the Y value of the mouse, and y$ is always 0. This used to work just fine. This is on the latest build of PPL, and I am using the GameAPI.
