Difference between revisions of "love.window.getDisplayName (简体中文)"

m (翻译)
m
 
Line 1: Line 1:
{{newin (简体中文)|[[0.9.2]]|092|type=test}}
+
{{newin (简体中文)|[[0.9.2]]|092|type=函数}}
 
获取显示器的名称。
 
获取显示器的名称。
 
== 函数 ==
 
== 函数 ==
Line 8: Line 8:
 
=== 参数 ===
 
=== 参数 ===
 
{{param|number|displayindex (1)|需要获取名称的显示器的编号。}}
 
{{param|number|displayindex (1)|需要获取名称的显示器的编号。}}
=== Returns ===
+
=== 返回值 ===
 
{{param|string|name|指定显示器的名称。}}
 
{{param|string|name|指定显示器的名称。}}
 
== 参见 ==
 
== 参见 ==

Latest revision as of 03:01, 16 March 2018

自 LÖVE 0.9.2 可以使用
此 函数 在早期版本中不受支持.

获取显示器的名称。

函数

基础使用

name = love.window.getDisplayName( displayindex )

参数

number displayindex (1)
需要获取名称的显示器的编号。

返回值

string name
指定显示器的名称。

参见


其他语言