requestPointerLock property

void Function() requestPointerLock

Implementation

void Function() get requestPointerLock => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'requestPointerLock',
      ),
      r'call',
      [this],
    );
void requestPointerLock=(void value())

Implementation

set requestPointerLock(void Function() value) {
  _i4.setProperty(
    this,
    'requestPointerLock',
    _i4.allowInterop(value),
  );
}