| 12345678910 |
- return {
- tag = 'window',
- summary = 'Present a frame to the window.',
- description = [[
- Presents the results of pending drawing operations to the window. This is automatically called
- after `lovr.draw` by the default `lovr.run` function.
- ]],
- arguments = {},
- returns = {}
- }
|