It counts how many times you hit the button? Apparently it just sits at 0 the whole time (yes I made sure the port was correct)
Since the last call to joyhit with the same key.. What does that mean?!?
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\ |Function JoyHit( button,port=0 ) | |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| |Returns: Number of times button has been hit. | |Description: Check for a joystick button press. | |Information: The returned value represents the number | | of the times button has been hit since the | | last call to JoyHit with the same key. | \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
Since the last call to joyhit with the same key.. What does that mean?!?