magwo / elevatorsaga

The elevator programming game!
http://play.elevatorsaga.com
MIT License
2.43k stars 319 forks source link

Added parameter definition into callback function for 'up_button_pres… #115

Open codyfet opened 5 years ago

codyfet commented 5 years ago

Added parameter definition into callback function for 'up_button_pressed' and 'down_button_pressed' events listeners.

The documentation does not indicate that 'floor' parameter is passed into the function. This information can significantly help people who are looking for solutions.