Topic: Mouse input

I'm just trying to sort out some lua mouse input handling and I can't seem to get mouse clicks at all. I've tried both onKeyDown("MOUSE_BUTTON_1") and isKeyPressed("MOUSE_BUTTON_1") and both only return false. I can't seem to see any other way to get mouse stuff, but as usual, I'm probably being blind tongue

Re: Mouse input

Hey, I think it's "MOUSE_BUTTON1" not "MOUSE_BUTTON_1"

(http://wiki.maratis3d.org/index.php?title=Keys)

Re: Mouse input

... That would be why. Thanks...