CINPLA / neuronify

An educational neural network app using the integrate-and-fire method.
http://ovilab.net/neuronify
GNU General Public License v3.0
54 stars 12 forks source link

Tapping a touch detector on a mac with the track pad does not make it fire #150

Closed andreavs closed 8 years ago

andreavs commented 8 years ago

Not sure if bug or feature. Tested on macOS Sierra. Tapping selects the detector, but does not make it fire. Pressing the mouse button works

dragly commented 8 years ago

That is strange, I had a similar problem and fixed it one of my machines, but that fix doesn't appear to have been pushed.

Tried to fix it again now, in b1b8125. Can you test the new dmg when it gets published here?

https://github.com/CINPLA/neuronify/releases/tag/v0.94-touchsensor-test

andeplane commented 8 years ago

I tested on my Mac. Tapping fires always with the fix. With the previous version it fired sometimes with tap also, but not always.

andreavs commented 8 years ago

Confirmed working on macOS Sierra. Nice job!