SetCustomMouseDown
Overloads
| Name | Description |
|---|---|
| SetCustomMouseDown(MouseButtons button, int x, int y) | 사용자 정의형 마우스 버튼 다운 이벤트 설정 |
SetCustomMouseDown(MouseButtons button, int x, int y)
public void SetCustomMouseDown(MouseButtons button, int x, int y)
사용자 정의형 마우스 버튼 다운 이벤트 설정
Parameters
| Name | Type | Description |
|---|---|---|
| button | MouseButtons | 마우스 버튼 열거형 |
| x | int | 픽셀 단위로 나타낸 마우스의 x좌표 |
| y | int | 픽셀 단위로 나타낸 마우스의 y좌표 |