amanuelg3 / padtie

Automatically exported from code.google.com/p/padtie
0 stars 0 forks source link

Tap + Double Tap is inaccurate and produces incorrect actions #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When both tap and double tap are assigned the behavior is incorrect:

- First, if the first tap is a single tap, nothing happens
- Double tap often produces both tap and double tap actions

Original issue reported on code.google.com by wila...@gmail.com on 28 Aug 2010 at 3:35

GoogleCodeExporter commented 9 years ago
It turns out that the VirtualController layer could not forward the raw input 
signal unless it changed due to 2 bugs. To solve this, the 
VirtualController.ButtonAction action now accepts analog instead of 
Press/Release/Active events, and should thus be attached to the new 'Raw' slot 
in ButtonActions. For axes this was easier since VirtualController.AxisAction 
already used the Analog handler, all that was needed was to make sure the 
signal is sent even if it hasn't changed.

The fix will appear in 0.1b2

Original comment by wila...@gmail.com on 28 Aug 2010 at 4:05

GoogleCodeExporter commented 9 years ago

Original comment by wila...@gmail.com on 28 Aug 2010 at 4:05