Difference between revisions of "love.event (한국어)"
m |
m |
||
Line 3: | Line 3: | ||
함수를 love.handlers 테이블에 추가함으로서 새로운 이벤트를 생성할 수 있습니다. 몇몇 시스템 이벤트들은 사용자가 직접 호출할 수도 있는데, [[love.event.push (한국어)|love.event.push]]에 이벤트 이름을 매개변수로 전달하면 됩니다. | 함수를 love.handlers 테이블에 추가함으로서 새로운 이벤트를 생성할 수 있습니다. 몇몇 시스템 이벤트들은 사용자가 직접 호출할 수도 있는데, [[love.event.push (한국어)|love.event.push]]에 이벤트 이름을 매개변수로 전달하면 됩니다. | ||
== 함수 == | == 함수 == | ||
− | {{#ask: [[Category:Functions]] [[parent::love.event | + | {{#ask: [[Category:Functions]] [[parent::love.event]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
| ?Description | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
}} | }} | ||
== 열거형 == | == 열거형 == | ||
− | {{#ask: [[Category:Enums]] [[parent::love.event | + | {{#ask: [[Category:Enums]] [[parent::love.event]] [[Concept:Current]] |
| headers=hide | | headers=hide | ||
+ | | format=template | ||
+ | | template=ListingFields | ||
+ | | introtemplate=ListingIntro | ||
+ | | outrotemplate=ListingOutro | ||
| ?Description | | ?Description | ||
+ | | ?PrettySince | ||
+ | | ?PrettyRemoved | ||
}} | }} | ||
[[Category:Modules]] | [[Category:Modules]] |
Revision as of 14:23, 2 February 2014
키 눌림과 같은 이벤트를 관리합니다.
함수를 love.handlers 테이블에 추가함으로서 새로운 이벤트를 생성할 수 있습니다. 몇몇 시스템 이벤트들은 사용자가 직접 호출할 수도 있는데, love.event.push에 이벤트 이름을 매개변수로 전달하면 됩니다.
함수
love.event.clear | Clears the event queue. | 0.7.2 | |
love.event.poll | Returns an iterator for messages in the event queue. | 0.6.0 | |
love.event.pump | Pump events into the event queue. | 0.6.0 | |
love.event.push | Adds an event to the event queue. | 0.6.0 | |
love.event.quit | Exits or restarts the LÖVE program. | 0.8.0 | |
love.event.wait | Like love.event.poll(), but blocks until there is an event in the queue. | 0.6.0 |
열거형
Event | Arguments to love.event.push() and the like. | 0.6.0 |
같이 보기
다른 언어
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info