; dxGetMouse Example While Not dxKeyHit(1) button=dxGetMouse() If button <> 0 Then dxPrint "You pressed mouse button #" + button End If Wend