we need to create a generic function for reading the joystick inputs. The function should probably be designed in a similar way as the observer function that was created for issue #45. In this function we can ensure that all the behaviors corresponding to each of the joystick operations are accounted for in one place.
we need to create a generic function for reading the joystick inputs. The function should probably be designed in a similar way as the observer function that was created for issue #45. In this function we can ensure that all the behaviors corresponding to each of the joystick operations are accounted for in one place.