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

m (fixed close brackets)
m
 
Line 1: Line 1:
{{newin (日本語)|[[0.9.0]]|090|type=関数}}
+
{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}
 
[[love.textinput (日本語)|テキスト入力]]イベントが有効であるかどうか取得します。
 
[[love.textinput (日本語)|テキスト入力]]イベントが有効であるかどうか取得します。
 
==  関数  ==
 
==  関数  ==
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 を返します。

関連


そのほかの言語