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

Search:

Type: Posts; User: lumrunner

Search: Search took 0.03 seconds.

  1. Re: Trouble getting program to recieve simulated xinput

    Yes, I am able to send mouse and keyboard input. I noticed that I didn't include KEYEVENTF_KEYUP to the dwFlags list, however this didn't fix the issue.
  2. Replies
    2
    Views
    4,498

    Re: Xinput controller state problem

    quick question, what are you using for your key codes?
  3. Trouble getting program to recieve simulated xinput

    I have been writing a program which needs to simulate an input from a controller. I have been using SendInput() with a keyboard input and used VK_GAMEPAD_A as my test key.


    void PressButton(WORD...
Results 1 to 3 of 4





Click Here to Expand Forum to Full Width

Featured