Difference between revisions of "love.graphics.getWidth (日本語)"

(Created page with "{{newin (日本語)|0.2.1|021|type=関数}} ウィンドウの幅をピクセル単位で取得します。 == 関数 == === 概要 === <source lang="lua"> width = love.gr...")
 
m
 
Line 20: Line 20:
 
{{#set:PrettySince=0.2.1}}
 
{{#set:PrettySince=0.2.1}}
 
== そのほかの言語 ==
 
== そのほかの言語 ==
{{i18n|love.graphics.getWidth}}
+
{{i18n (日本語)|love.graphics.getWidth}}

Latest revision as of 20:55, 21 July 2023

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

ウィンドウの幅をピクセル単位で取得します。

関数

概要

width = love.graphics.getWidth( )

引数

なし。

返値

number width
ウィンドウの幅。

関連



そのほかの言語