love.event (Русский)

Управление событиями, такими как нажатие клавиш.

Функции

love.event.clearClears the event queue.
love.event.pollReturns an iterator for messages in the event queue.
love.event.pumpPump events into the event queue.
love.event.pushAdds an event to the event queue.
love.event.quitExits or restarts the LÖVE program.
love.event.restartRestarts the game without relaunching the executable.
love.event.waitLike love.event.poll(), but blocks until there is an event in the queue.

Перечисления

EventArguments to love.event.push() and the like.

Смотрите также

Другие языки