EyeGaze.create constructor

EyeGaze.create()

Create a new instance of the EyeGaze.

Implementation

EyeGaze.create() : _handle = calloc() {
  _finalizer.attach(this, _handle, detach: this);
}