C# 클래스 Ypsilon.Core.Input.InputEventMouse

상속: InputEvent
파일 보기 프로젝트 열기: ZaneDubya/YCPU 1 사용 예제들

공개 메소드들

메소드 설명
InputEventMouse ( MouseEvent eventType, InputEventMouse parent ) : Microsoft.Xna.Framework
InputEventMouse ( MouseEvent eventType, WinMouseButtons button, int clicks, int x, int y, int mouseData, WinKeys modifiers ) : Microsoft.Xna.Framework
IsEvent ( MouseEvent e, MouseButton b ) : bool

메소드 상세

InputEventMouse() 공개 메소드

public InputEventMouse ( MouseEvent eventType, InputEventMouse parent ) : Microsoft.Xna.Framework
eventType MouseEvent
parent InputEventMouse
리턴 Microsoft.Xna.Framework

InputEventMouse() 공개 메소드

public InputEventMouse ( MouseEvent eventType, WinMouseButtons button, int clicks, int x, int y, int mouseData, WinKeys modifiers ) : Microsoft.Xna.Framework
eventType MouseEvent
button WinMouseButtons
clicks int
x int
y int
mouseData int
modifiers WinKeys
리턴 Microsoft.Xna.Framework

IsEvent() 공개 메소드

public IsEvent ( MouseEvent e, MouseButton b ) : bool
e MouseEvent
b MouseButton
리턴 bool