Difference between revisions of "FullscreenType (한국어)"

(Created page with "{{newin|0.9.0|090|type=enum}} 풀스크린 모드의 형태. == 상수 == ;normal: Standard fullscreen mode. Changes the display mode (actual resolution) of the monitor. ;des...")
 
m
Line 1: Line 1:
 
{{newin|[[0.9.0]]|090|type=enum}}
 
{{newin|[[0.9.0]]|090|type=enum}}
풀스크린 모드의 형태.
+
풀스크린 모드의 종류.
 
== 상수 ==
 
== 상수 ==
 
;normal: Standard fullscreen mode. Changes the display mode (actual resolution) of the monitor.
 
;normal: Standard fullscreen mode. Changes the display mode (actual resolution) of the monitor.
Line 15: Line 15:
  
 
[[Category:Enums]]
 
[[Category:Enums]]
{{#set:Description=풀스크린 모드의 형태.}}
+
{{#set:Description=풀스크린 모드의 종류.}}
 
== 다른 언어 ==
 
== 다른 언어 ==
 
{{i18n|FullscreenType}}
 
{{i18n|FullscreenType}}

Revision as of 12:08, 10 January 2014

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

풀스크린 모드의 종류.

상수

normal
Standard fullscreen mode. Changes the display mode (actual resolution) of the monitor.
desktop
Sometimes known as borderless fullscreen windowed mode. A borderless screen-sized window is created which sits on top of all desktop GUI elements (such as the Windows taskbar and the Mac OS X dock.) The window is automatically resized to match the dimensions of the desktop, and its size cannot be changed.

알아 두기

In normal fullscreen mode, if a window size is used which does not match one of the monitor's supported display modes, the window will be resized to the next largest display mode.

Normal fullscreen mode is sometimes avoided by users because it can cause issues in some window managers and with multi-monitor setups. In OS X it prevents switching to a different program until fullscreen mode is exited. The "desktop" fullscreen mode generally avoids these issues.

같이 보기

다른 언어