FreePIE icon indicating copy to clipboard operation
FreePIE copied to clipboard

Programmable Input Emulator

Results 117 FreePIE issues
Sort by recently updated
recently updated
newest added

example: keyboard[Key.W] = xbox360[0].y bIsPressed = keyboard[Key.B]

I have just added a pull request that adds oculus touch support to freepie https://github.com/AndersMalmgren/FreePIE/pull/94

I haven't dug deep enough to see if this has already been implemented, but a function to allow PWM conversion of analogue inputs into pulsed digital output would be a...

I'm trying to write a script that will smooth out joystick input values, and I'm not sure how to approach this: can I alter the values for an existing gamepad?...

Any chance FreePIE might one day support the Falcon? GlovePIE was the only way to [turn the Falcon into a space joystick / Delta Throttle per this guide](https://www.reddit.com/r/hotas/comments/408wdc/novint_falcon_as_a_3dof_space_throttle), but GlovePIE...

The reference has disappeared recently. Please check it out.

Added - oculus touch support +added - YawDegrees, PitchDegrees, and RawDegrees to [OculusVr6Dof] struct. +added - exposed some new properties to use in scripting such as isHmdMounted & IsTracking for...

So when looking up and finding out that pitch was not supported on Tobii Eye tracker c4 this comment is understandable. https://github.com/AndersMalmgren/FreePIE/blob/4e51cae1816e3eee915a9629503cb7c188579550/FreePIE.Core.Plugins/TobiiEyeXPlugin.cs#L27 But, now that the Tobii Eye Tracker v5...

FreePIE was working fine yesterday, but today i installed Visual C++ AiO because my game wasn't launching. And now FreePIE isn't working and the game does. I tried reinstalling, deleting...