Skip to content

Instantly share code, notes, and snippets.

@Adrodoc
Created January 14, 2018 00:36
Show Gist options
  • Save Adrodoc/811354613a0c68bf53ffff6ea328fc6d to your computer and use it in GitHub Desktop.
Save Adrodoc/811354613a0c68bf53ffff6ea328fc6d to your computer and use it in GitHub Desktop.
EventQueue.lua
function EventQueue:clear()
while self:pop(0) do end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment