love.event.wait (日本語)
LÖVE 0.6.0 から使用可能 |
この関数は以前のバージョンでは非対応です。 |
love.event.poll()
と似ていますが、イベントキューにイベントが入るまで阻止します。
関数
概要
n, a, b, c, d, e, f, ... = love.event.wait( )
引数
なし。
返値
LÖVE 0.8.0 から利用可能
Variant d
- イベントの第四引数。
LÖVE 0.10.0 から利用可能
関連