touchvg.core.GiMouseHelper.onLButtonDown C# (CSharp) Method

onLButtonDown() public method

public onLButtonDown ( float x, float y, bool ctrl, bool shift ) : bool
x float
y float
ctrl bool
shift bool
return bool
  public bool onLButtonDown(float x, float y, bool ctrl, bool shift) {
    bool ret = touchvgPINVOKE.GiMouseHelper_onLButtonDown(swigCPtr, x, y, ctrl, shift);
    return ret;
  }