play-co / timestep

GNU General Public License v3.0
16 stars 27 forks source link

Adding InputActivate Event #92

Closed lunarraid closed 8 years ago

lunarraid commented 8 years ago

When the 'InputActivate' event is subscribed to on a view, listeners are added to listen for an 'InputStart' followed by an 'InputSelect' to determine whether or not a button has actually been activated vs. just released over. Also removes trailing whitespace.