-
This is the work that I did for the Ogre iPhone port. It adds a new input type, MultiTouch so that it is not iPhone specific.
It is definitely not perfect, but it's functional. I suspect that performance might suffer if there are lots of unprocessed events due to looping.
2009-12-31 02:14:53 UTC by masterfalcon
-
Hi!
I've experience under linux OIS strange mouseState.Axis.rel behaviour. Depending on time since last Capture() I was getting smooth changes in mouseState.Axis.rel (when Captures were immediately one after one) or sharp changes (when Captures were done less frequently like one per second). Wondering what's going on i've looked into /src/linux/LinuxMouse.cpp and noticed in void...
2009-11-25 12:55:04 UTC by nobody
-
Incorrectly handles slider controls with Saitek RF joypad on windows, in Win32JoyStick::DIEnumDeviceObjectsCallback() a slider axes is removed from mState.mAxes causing an assert in capture(), when axes id returns an id out of range of the mAxes array. Solution: Don't remove axes from array when detecting a slider.
2009-11-16 12:20:13 UTC by nobody
-
Whenever my application crashes during testing and takes down OIS with it, I have to manually enable autorepeat again by running "xset r". It would be nice if OIS could try to do this for me, even when my application crashes.
I'm on Arch Linux (rolling).
2009-11-14 01:05:31 UTC by Sven-Hendrik Haase
-
Tested it on 2.6.30, no more hangs.
2009-10-24 17:33:35 UTC by lobz
-
I tested the patch on my system with the provided FFConsoleDemo and 9 out of 10 times it completely hangs my computer. Sometimes it manages to upload and start one effect and then update it several times but if I select the next effect (even if just one effect is available) it hangs after upload (or maybe during start).
The system is Debian Lenny, 2.6.26, Microsoft SideWinder Force Feedback 2...
2009-10-23 19:03:17 UTC by lobz
-
This patch should fix this issue: http://userweb.kernel.org/~dtor/eviocgbit-bug.html.
2009-10-08 08:03:35 UTC by aerique
-
pjcast committed patchset 13 of module CVSROOT to the Object Oriented Input System CVS repository, changing 1 files.
2009-09-02 01:29:39 UTC by pjcast
-
pjcast committed patchset 331 of module ois to the Object Oriented Input System CVS repository, changing 3 files.
2009-08-26 05:49:47 UTC by pjcast
-
pjcast changed the public information on the Object Oriented Input System project.
2009-08-26 05:18:57 UTC by pjcast