Class PointerLockPermissionRequest

All Implemented Interfaces:
Proxy, PermissionRequest

@Generated("org.javagi.JavaGI") public final class PointerLockPermissionRequest extends GObject implements PermissionRequest

A permission request for locking the pointer.

WebKitPointerLockPermissionRequest represents a request for permission to decide whether WebKit can lock the pointer device when requested by web content.

When a WebKitPointerLockPermissionRequest is not handled by the user, it is allowed by default.

Since:
2.28
  • Constructor Details

    • PointerLockPermissionRequest

      public PointerLockPermissionRequest(MemorySegment address)
      Create a PointerLockPermissionRequest instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
    • PointerLockPermissionRequest

      public PointerLockPermissionRequest()
      Create a new PointerLockPermissionRequest.
  • Method Details