summaryrefslogtreecommitdiff
path: root/wintable/NEWcoord.h
AgeCommit message (Collapse)Author
2014-12-04Don't use GetMessagePos(); it returns the same LPARAM format... (and the ↵Pietro Gagliardi
POINT in MSG is in screen coordinates, which means we need to call the potentially-erroring ScreenToClient(), and /even then/ we would need to hack up the message pump to get that point out, which is not guaranteed if someone takes our Table code and uses it in their own Windows program, or if I even export this Table for such use!).
2014-12-04Started restructuring the Windows Table code; this creates stubs for ↵Pietro Gagliardi
coordinate system management.