Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - johannes

Pages: [1]
1
Support / Re: Bug: Tapping on touchpad on macs often fail
« on: March 01, 2014, 08:48:52 pm »
Thanks!

2
Support / Re: Bug: Tapping on touchpad on macs often fail
« on: February 28, 2014, 10:52:59 pm »
I'm not sure. I can't reproduce it every time, but it happens many times each play session.

I have a MacBook Air, Mid 2011, running OS X 10.9.1, and unity 4.3.4f1.

I'm going to guess that this has to do with the framerate, actually. If I can get one click in within a frame, both down and up will trigger.

I also use tapping the touchpad, not clicking. This might also reduce the time.

3
Support / Bug: Tapping on touchpad on macs often fail
« on: February 27, 2014, 07:13:09 pm »
The code for handling clicks (tk2dUIManager.CheckInputs) doesn't support the case where Input.GetMouseButtonDown(0) and Input.GetMouseButtonUp(0) are true at the same time. This happens when you have a very rapid click. Such clicks are often generated in OS X when tapping on a touchpad.

I patched it locally, but the code is really not written with it in mind. I don't want to refactor too much on my local copy, so it would be nice if this could be fixed in the official version.

Thanks.

Pages: [1]