{{oldin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090|type=関数}}

Checks if a display mode is supported.
== 関数 ==
=== 概要 ===
<source lang="lua">
supported = love.graphics.checkMode( width, height, fullscreen )
</source>
=== 引数 ===
{{param (日本語)|number|width|The display width.}}
{{param (日本語)|number|height|The display height.}}
{{param (日本語)|boolean|fullscreen (false)|True to check for fullscreen, false for windowed.}}
=== 返値 ===
{{param (日本語)|boolean|supported|True if supported, false if not.}}
== 関連 ==
* [[parent::love.graphics (日本語)]]
[[Category:Functions (日本語)]]
{{#set:Description=Checks if a display mode is supported.}}
{{#set:Since=000}}
{{#set:Sub-Category=Window (日本語)}}
== そのほかの言語 ==
{{i18n (日本語)|love.graphics.checkMode}}