C# Class IrrlichtNETCP.CursorControl

Inheritance: NativeElement
Show file Open project: Paulus/irrlichtnetcp

Public Methods

Method Description
CursorControl ( IntPtr raw ) : System

Private Methods

Method Description
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

Method Details

CursorControl() public method

public CursorControl ( IntPtr raw ) : System
raw System.IntPtr
return System