C# Class touchvg.core.GiMouseHelper

Inheritance: global::System.IDisposable
Show file Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
GiMouseHelper ( GiView view, GiCoreView coreView ) : System
onKeyDown ( int code ) : bool
onLButtonDblClk ( float x, float y ) : bool
onLButtonDown ( float x, float y, bool ctrl, bool shift ) : bool
onMouseMove ( float x, float y, bool ldown, bool rdown ) : bool
onMouseUp ( float x, float y ) : bool
onRButtonDown ( float x, float y ) : bool

Private Methods

Method Description
GiMouseHelper ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( GiMouseHelper obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GiMouseHelper() public method

public GiMouseHelper ( GiView view, GiCoreView coreView ) : System
view GiView
coreView GiCoreView
return System

onKeyDown() public method

public onKeyDown ( int code ) : bool
code int
return bool

onLButtonDblClk() public method

public onLButtonDblClk ( float x, float y ) : bool
x float
y float
return bool

onLButtonDown() public method

public onLButtonDown ( float x, float y, bool ctrl, bool shift ) : bool
x float
y float
ctrl bool
shift bool
return bool

onMouseMove() public method

public onMouseMove ( float x, float y, bool ldown, bool rdown ) : bool
x float
y float
ldown bool
rdown bool
return bool

onMouseUp() public method

public onMouseUp ( float x, float y ) : bool
x float
y float
return bool

onRButtonDown() public method

public onRButtonDown ( float x, float y ) : bool
x float
y float
return bool

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool