| 12345678910111213 |
- return {
- summary = 'Pump new events into the queue for processing.',
- description = [[
- Fills the event queue with unprocessed events from the operating system. This function should
- be called often, otherwise the operating system will consider the application unresponsive.
- This function is called in the default implementation of `lovr.run`.
- ]],
- arguments = {},
- returns = {},
- related = {
- 'lovr.event.poll'
- }
- }
|