PointerLockPermissionRequest

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.

Constructors

this
this(WebKitPointerLockPermissionRequest* webKitPointerLockPermissionRequest, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getPointerLockPermissionRequestStruct
WebKitPointerLockPermissionRequest* getPointerLockPermissionRequestStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Mixins

__anonymous
mixin PermissionRequestT!(WebKitPointerLockPermissionRequest)
Undocumented in source.

Static functions

getType
GType getType()

Variables

webKitPointerLockPermissionRequest
WebKitPointerLockPermissionRequest* webKitPointerLockPermissionRequest;

the main Gtk struct

Inherited Members

From PermissionRequestIF

getPermissionRequestStruct
WebKitPermissionRequest* getPermissionRequestStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
allow
void allow()

Allow the action which triggered this request.

deny
void deny()

Deny the action which triggered this request.

Meta

Since

2.28