love.window.getDisplayCount (简体中文)

Available since LÖVE 0.9.0
This function is not supported in earlier versions.

获取连接显示器的数量。

函数

基础使用

count = love.window.getDisplayCount( )

参数

无。

Returns

number count
显示器的数量。

See Also

Other Languages