Question

I need to send WM_MOUSEWHEEL message. How to convert POINT to LPARAM?

Was it helpful?

Solution

Just use the MAKELPARAM macro

MAKELPARAM( pt.x, pt.y )
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top