fyhuang / enjoy2

Transform joystick input into keyboard and mouse events (OSX)
MIT License
363 stars 55 forks source link

Fixed trigger for config change #24

Open gliderman opened 9 years ago

gliderman commented 9 years ago

Target.h declares that the trigger method must have a parameter. The trigger method in TargetConfig.m does not. Added parameter (even though it doesn't use it, similar to other Target*.m). Config can now be changed as a trigger.