CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: GetMousePos

  1. #1
    Join Date
    Mar 1999
    Location
    Indianapolis
    Posts
    4

    GetMousePos



    Does anyone know the exact arguments and return value(s) for the GetMousePos function? I can't seem to find the function in the online help?


    Jason

  2. #2
    Join Date
    Apr 1999
    Posts
    32

    Re: GetMousePos



    BOOL GetCursorPos(LPPOINT lpPoint);



  3. #3
    Guest

    Re: GetMousePos

    You mean BOOL GetCursorPos(LPOINT lpPoint);
    Hope that helps

    SAZ


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured