Difference between revisions of "love.keyboard.hasKeyRepeat (日本語)"

(Created page with "{{newin (日本語)|0.9.0|090|type=関数}} キーリピートが有効であるかどうか取得します。 == 関数 == === 概要 === <source lang="lua"> enabled = lo...")
 
m
Line 19: Line 19:
 
{{#set:Description=キーリピートが有効であるかどうか取得します。}}
 
{{#set:Description=キーリピートが有効であるかどうか取得します。}}
 
== そのほかの言語 ==
 
== そのほかの言語 ==
{{i18n|love.keyboard.hasKeyRepeat}}
+
{{i18n (日本語)|love.keyboard.hasKeyRepeat}}

Revision as of 12:44, 6 June 2019

LÖVE 0.9.0 から使用可能
この関数は以前のバージョンでは非対応です。

キーリピートが有効であるかどうか取得します。

関数

概要

enabled = love.keyboard.hasKeyRepeat( )

引数

なし。

返値

boolean enabled
キーリピートが有効であれば true を、無効であれば false を返します。

関連


そのほかの言語