C# 클래스 SFML.Window.TouchEventArgs

Touch event parameters
상속: System.EventArgs
파일 보기 프로젝트 열기: SFML/SFML.Net

공개 프로퍼티들

프로퍼티 타입 설명
Finger uint
X int
Y int

공개 메소드들

메소드 설명
ToString ( ) : string

Provide a string describing the object

TouchEventArgs ( TouchEvent e ) : System

Construct the touch arguments from a touch event

메소드 상세

ToString() 공개 메소드

Provide a string describing the object
public ToString ( ) : string
리턴 string

TouchEventArgs() 공개 메소드

Construct the touch arguments from a touch event
public TouchEventArgs ( TouchEvent e ) : System
e TouchEvent Touch event
리턴 System

프로퍼티 상세

Finger 공개적으로 프로퍼티

Index of the finger in case of multi-touch events
public uint Finger
리턴 uint

X 공개적으로 프로퍼티

X position of the touch, relative to the left of the owner window
public int X
리턴 int

Y 공개적으로 프로퍼티

Y position of the touch, relative to the top of the owner window
public int Y
리턴 int