|
|
1.1 ! root 1: /* polydraw.h - header file for the polydraw demonstration program. */ ! 2: ! 3: ! 4: /* function prototypes for the window procedures. */ ! 5: LRESULT MainWndProc(HWND, UINT, WPARAM, LPARAM); ! 6: ! 7: #define MAXPOINTS 16 ! 8: #define NONE -1 ! 9: #define HITSIZE 10 ! 10: ! 11: /* Strings to be written at the bottom of the window as instructions. */ ! 12: char instructions0[] = ! 13: "Left mouse button places or moves points. Right button erases."; ! 14: char instructions1[] = " default -- PT_LINETO "; ! 15: char instructions2[] = " <shift> -- PT_MOVETO "; ! 16: char instructions3[] = " <ctrl> -- PT_BEZIERTO";
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.