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

(Created page with "{{newin|0.9.0|090|type=enum}} Types of hardware cursors. {{notice|Not all cursor types are available on all operating systems. If an unsupported type is used, it will default...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{newin|[[0.9.0]]|090|type=enum}}
 
{{newin|[[0.9.0]]|090|type=enum}}
Types of hardware cursors.
+
커서 모양의 종류를 표현합니다.
{{notice|Not all cursor types are available on all operating systems. If an unsupported type is used, it will default to something else.}}
+
{{notice|모든 OS에서 모든 종류가 허용되는 것은 아닙니다. 지원하지 않는 종류가 있다면 다른 종류가 디폴트로 동작할 것입니다.}}
 
== 상수 ==
 
== 상수 ==
;image: The cursor is using a custom image.
+
;image: 사용자 정의 이미지를 사용하는 커서.
;arrow: An arrow pointer.
+
;arrow: 화살표.
;ibeam: An I-beam, normally used when mousing over editable or selectable text.
+
;ibeam: 텍스트를 편집할 때 나오는 I 비슷하게 생긴 모양.
;wait: Wait graphic.
+
;wait: 모래시계.
;waitarrow: Small wait cursor with an arrow pointer.
+
;waitarrow: 화살표와 모래시계.
;crosshair: Crosshair symbol.
+
;crosshair: 더하기 모양.
;sizenwse: Double arrow pointing to the top-left and bottom-right.
+
;sizenwse: ↖+↘. 주로 윈도우 크기 조절 시 나타남.
;sizenesw: Double arrow pointing to the top-right and bottom-left.
+
;sizenesw: ↗+↙. 주로 윈도우 크기 조절 시 나타남.
;sizewe: Double arrow pointing left and right.
+
;sizewe: ↔. 주로 윈도우 크기 조절 시 나타남.
;sizens: Double arrow pointing up and down.
+
;sizens: ↕. 주로 윈도우 크기 조절 시 나타남.
;sizeall: Four-pointed arrow pointing up, down, left, and right.
+
;sizeall: ↔+↕.
;no: Slashed circle or crossbones.
+
;no: 사용할 수 없음. 금지를 나타낼 때 사용. 동그란 원에 사선이 그어져 있는 모양.
;hand: Hand symbol.
+
;hand: 손가락. 주로 하이퍼 링크에 커서를 댈 때 나타남.
  
 
== 같이 보기 ==
 
== 같이 보기 ==
Line 24: Line 24:
  
 
[[Category:Enums]]
 
[[Category:Enums]]
{{#set:Description=Types of hardware cursors.}}
+
{{#set:Description=커서 모양의 종류를 표현합니다.}}
 
== 다른 언어 ==
 
== 다른 언어 ==
 
{{i18n|CursorType}}
 
{{i18n|CursorType}}

Latest revision as of 18:48, 15 January 2014

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

커서 모양의 종류를 표현합니다.

O.png 모든 OS에서 모든 종류가 허용되는 것은 아닙니다. 지원하지 않는 종류가 있다면 다른 종류가 디폴트로 동작할 것입니다.  


상수

image
사용자 정의 이미지를 사용하는 커서.
arrow
화살표.
ibeam
텍스트를 편집할 때 나오는 I 비슷하게 생긴 모양.
wait
모래시계.
waitarrow
화살표와 모래시계.
crosshair
더하기 모양.
sizenwse
↖+↘. 주로 윈도우 크기 조절 시 나타남.
sizenesw
↗+↙. 주로 윈도우 크기 조절 시 나타남.
sizewe
↔. 주로 윈도우 크기 조절 시 나타남.
sizens
↕. 주로 윈도우 크기 조절 시 나타남.
sizeall
↔+↕.
no
사용할 수 없음. 금지를 나타낼 때 사용. 동그란 원에 사선이 그어져 있는 모양.
hand
손가락. 주로 하이퍼 링크에 커서를 댈 때 나타남.

같이 보기

다른 언어