Tagged Questions
0
votes
0answers
37 views
Is there just one EventHandler class per application?
In a game I'm making I was about to add a MovementEventHandler, with events like "pre-character-movement" and "post-character-movement". But this class will do exactly the same as a future ...
-5
votes
5answers
789 views
Can PHP handle mouse events? [closed]
I'm a newbie in php and i want to know if php can handle mouse events such as upon mouseCicked, mouseDoubleClicked, mouseMoved, mouseHovered etc..
And can events like button click , like displaying ...