18/07/2006, 12:22
|
| | Fecha de Ingreso: agosto-2005
Mensajes: 34
Antigüedad: 19 años, 4 meses Puntos: 0 | |
Hay estas macros:
x = GET_X_LPARAM(lParam);
y = GET_Y_LPARAM(lParam);
Hay una funcion llamada MAKEPOINTS que devuelve una estructura POINTS {int x, int y} |