Input Event

$4
Publisher Fornæss Mobile Games
File size 34.25kB
Number of files 9
Latest version 1
Latest release date 2014-07-07 06:09:33
First release date 2014-05-28 09:15:27
Supported Unity versions 2018.4.2 or higher
The Input Event class makes it easy to just think about the actions.
No need to worry about checking for mouse clicks or key events each frame.

Just subscribe to the events :-)

Events supported:
* Key events (any key, specific key)
* Mouse events (move, buttons, drag)
* Touch events (start, drag, end)
* TouchAndMouse (single interface for handling both as the same)
* Axis events (start, change, end)
* Button events (down, up)

Comes with well-documented C# source, a really silly programmers art flappy bird example scene and an example scene showing TouchAndMouse in action - multitouch ready. Enjoy!