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