Results 8 comments of Ben Johnson

Thanks for the info Shane, I'll definitely check that out! Glad these videos have been helpful for you. And feel free to share that game window finder code when you're...

PyDirectInput _as is_ doesn't support this, but I suppose you're already customizing the source code? I believe you'll need to set the extended key flag for this input. Look at...

That's awesome you got it working. I know different keyboards can send different key codes for the same action, especially with these special buttons. I would try writing a bit...

Do you get any sort of error message when the program crashes?

Are you creating the keyboard listener just once, or are you creating/destroying the listener in a loop? We're making progress, but it might be fastest if I could see your...

"just as an addon, from what I can see, the write function works fine without direct input, I have been able to switch seamlessly between your library and pyautogui's type...

> Figured it out. I didn't see the _pause argument. Setting it to False removes the lag. Thanks Andrew for letting us know how you fixed it. I forgot about...

Right now you need to toggle the shift key manually, using keyDown()/keyUp(), for uppercase and special characters. I haven't ported over the needsShift, isShiftCharacter() portions of PyAutoGUI. It also looks...