Non-Client Area Messages

  • wParam
    • Stores where the click occurred
  • lParam
    • Coordinates on the screen
  • Converting to coordinates system of application
    • ScreenToClient(hwnd, &pt);