Difference between revisions of "love.keyboard.getKeyRepeat (简体中文)"
(Parent correction.) |
|||
Line 15: | Line 15: | ||
{{param|number|interval|The amount of time between repeats (in milliseconds)重复按键之间的时间间隔(以毫秒为单位)}} | {{param|number|interval|The amount of time between repeats (in milliseconds)重复按键之间的时间间隔(以毫秒为单位)}} | ||
== See Also == | == See Also == | ||
− | * [[parent::love.keyboard]] | + | * [[parent::love.keyboard (简体中文)]] |
[[Category:Functions]] | [[Category:Functions]] | ||
{{#set:Description=Returns the delay and interval of key repeating.}} | {{#set:Description=Returns the delay and interval of key repeating.}} |
Latest revision as of 22:44, 9 April 2012
Returns the delay and interval of key repeating. 返回持续按键的时间延迟和时间间隔
Function |功能
Synopsis
看到了没
使用两个变量去接收这个函数
↓ ↓
delay, interval = love.keyboard.getKeyRepeat( )
Arguments
None.
Returns |返回值
number delay
- The amount of time before repeating the key (in milliseconds)重复按键前的时间延迟(以毫秒为单位)
number interval
- The amount of time between repeats (in milliseconds)重复按键之间的时间间隔(以毫秒为单位)
See Also
Other Languages
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