DrFair

PullEvent

Apr 19th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. while true do
  2. event,pr1,pr2,pr3 = os.pullEvent()
  3. print(event..":"..pr1..":"..pr2..":"..pr3)
  4. end
Advertisement
Add Comment
Please, Sign In to add comment