Minor fix to input handler missing mousemove?

This commit is contained in:
underscorediscovery
2013-06-30 06:48:45 -02:30
parent 6cc4631ada
commit 5115131a62

View File

@@ -94,7 +94,7 @@ class InputHandler {
//Mouse
public function lime_mousemove(_event:Dynamic) {
public function lime_mousemove(_event:Dynamic) {
if(lib.host.onmousemove != null) {
lib.host.onmousemove(_event);
}