workinghard / jslisten

listen to gamepad inputs and trigger a command
GNU General Public License v3.0
31 stars 18 forks source link

Adds Button Hold Delay on SINGLE Button Routine #24

Open cgmckeever opened 4 years ago

cgmckeever commented 4 years ago

This PR also has the device flag fix https://github.com/workinghard/jslisten/pull/22

What this PR does:

Housekeeping:

Checked that:

Did not check:

Struggled with:

True equaling 0 https://github.com/workinghard/jslisten/blob/master/src/jslisten.c#L51

#define true 0
#define false 1