C# 클래스 IrrlichtNETCP.CursorControl

상속: NativeElement
파일 보기 프로젝트 열기: Paulus/irrlichtnetcp

공개 메소드들

메소드 설명
CursorControl ( IntPtr raw ) : System

비공개 메소드들

메소드 설명
CursorControl_GetPosition ( IntPtr cc, [ pos ) : void
CursorControl_GetRelativePosition ( IntPtr cc, [ pos ) : void
CursorControl_IsVisible ( IntPtr cc ) : bool
CursorControl_SetPosition ( IntPtr cc, int X, int Y ) : void
CursorControl_SetPositionA ( IntPtr cc, float X, float Y ) : void
CursorControl_SetVisible ( IntPtr cc, bool visible ) : void

메소드 상세

CursorControl() 공개 메소드

public CursorControl ( IntPtr raw ) : System
raw System.IntPtr
리턴 System