moousture icon indicating copy to clipboard operation
moousture copied to clipboard

Left, Right, Up, or Down

Open JohnKimDev opened this issue 14 years ago • 1 comments

How would you set the simple linear directions?

I tried the following but not quite working.

gstr.addGesture([0], left); gstr.addGesture([4], right); gstr.addGesture([2], up); gstr.addGesture([6], down);

JohnKimDev avatar May 03 '11 20:05 JohnKimDev

This might be the bug fixed by https://github.com/FluxML/IRTools.jl/pull/122

mcabbott avatar Apr 23 '24 04:04 mcabbott