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

(Created page with "{{newin (日本語)|0.9.0|090|type=関数}} テキスト入力イベントが有効であるかどうか取得します。 == 関数 == ==...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{newin (日本語)|[[0.9.0]]|090|type=関数}}
+
{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
 
[[love.textinput (日本語)|テキスト入力]]イベントが有効であるかどうか取得します。
 
[[love.textinput (日本語)|テキスト入力]]イベントが有効であるかどうか取得します。
 
==  関数  ==
 
==  関数  ==
Line 9: Line 9:
 
なし。
 
なし。
 
===  返値  ===
 
===  返値  ===
{{param|boolean|enabled|テキスト入力イベントが有効であれば true を、無効であれば false を返します。
+
{{param|boolean|enabled|テキスト入力イベントが有効であれば true を、無効であれば false を返します。}}
 
==  関連  ==
 
==  関連  ==
 
* [[parent::love.keyboard (日本語)]]
 
* [[parent::love.keyboard (日本語)]]
Line 19: Line 19:
 
{{#set:Description=[[love.textinput (日本語)|テキスト入力]]イベントが有効であるかどうか取得します。}}
 
{{#set:Description=[[love.textinput (日本語)|テキスト入力]]イベントが有効であるかどうか取得します。}}
 
==  そのほかの言語  ==
 
==  そのほかの言語  ==
{{i18n|love.keyboard.hasTextInput}}
+
{{i18n (日本語)|love.keyboard.hasTextInput}}

Latest revision as of 12:47, 6 June 2019

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

テキスト入力イベントが有効であるかどうか取得します。

関数

概要

enabled = love.keyboard.hasTextInput( )

引数

なし。

返値

boolean enabled
テキスト入力イベントが有効であれば true を、無効であれば false を返します。

関連


そのほかの言語