Skip to content

Commit dae046b

Browse files
committed
Update docs;
1 parent bbe340f commit dae046b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

api/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44626,7 +44626,7 @@ return {
4462644626
name = "pollEvents",
4462744627
tag = "system-window",
4462844628
summary = "Poll the OS for new window events.",
44629-
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`.",
44629+
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`, and the events are later processed by `lovr.event.poll`.",
4463044630
key = "lovr.system.pollEvents",
4463144631
module = "lovr.system",
4463244632
related = {

api/lovr/system/pollEvents.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ return {
44
description = [[
55
Fills the event queue with unprocessed events from the operating system. This function should
66
be called often, otherwise the operating system will consider the application unresponsive.
7-
This function is called in the default implementation of `lovr.run`.
7+
This function is called in the default implementation of `lovr.run`, and the events are later
8+
processed by `lovr.event.poll`.
89
]],
910
arguments = {},
1011
returns = {},

0 commit comments

Comments
 (0)