FreePIE
FreePIE copied to clipboard
Programmable Input Emulator
Hey guys, do you know if there is a way to use a x360ce virtual controller as a xbox360 device in a script on FreePIE ? I tried to configure...
Hi, thanks for the awesome work and bringing free software, it seems like Git have sparked new life in open development :), my name is Gabriel, I have been working...
a minor fix to remove some compile time messages
Is it possible to start a script in background ? Right now it is possible to start a acript with the command line freepie.exe myscript.py /r but this open a...
If you tried something like this: import time if (keyboard.getPressed(Key.NumberPad3)): keyboard.setKeyDown(Key.D1) keyboard.setKeyUp(Key.D1) keyboard.setKeyDown(Key.RightShift) time.sleep(0.2) keyboard.setKeyDown(Key.D2) keyboard.setKeyUp(Key.D2) time.sleep(0.2) keyboard.setKeyDown(Key.D3) keyboard.setKeyUp(Key.D3) time.sleep(0.2) keyboard.setKeyUp(Key.RightShift) You would find that, after running the script in...
The possibility to mark an event with a beep
I found this - http://cache.freescale.com/files/sensors/doc/app_note/AN4248.pdf and it might be superior to Android framework code for pose estimation without a gyro. I'm dropping it here not to forget to implement it...
I want to make a script that moves the cursor in a 200px circle around the starting point, based on the position of the right stick on my controller, for...
I am finding the autocompletion really frustrating. It's too eager and gets in the way. If you enter a substring of something the autocompletion knows about, it will always complete...