Pergunta

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

Foi útil?

Solução

Just use the MAKELPARAM macro

MAKELPARAM( pt.x, pt.y )
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top