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.


Topics - johannes

Pages: [1]
1
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]