CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: zorro59

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    7,182

    Re: Check if mouse was pressed

    Some help?
  2. Replies
    4
    Views
    7,182

    Re: Check if mouse was pressed

    Thanks for the info!
    This is the code I have now:

    #include <cstdlib>
    #include <iostream>
    #include <windows.h>
    // project >> project options >> include libwinmm don't forget to include that...
  3. Replies
    4
    Views
    7,182

    Check if mouse was pressed

    I need help with checking if right or left mouse was pressed.
    Here is the code I have so far....

    #include <cstdlib>
    #include <iostream>
    #include <windows.h>
    #include <mmsystem.h>
    #include...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured