Posted 09 January 2013 - 02:13 PM
Okay, so I am working on an OS (big whoop) and I have a menu that uses keyboard input and mouse input so I have a os.pullEvent("key") and a os.pullEvent("mouse_click"). I need to be able to use both of these at once, but they seem to be not working at the same time.