SetIgnoreInputEventsRequest

@Serializable
data class SetIgnoreInputEventsRequest(val ignore: Boolean)(source)

Request object containing input parameters for the InputDomain.setIgnoreInputEvents command.

Constructors

Link copied to clipboard
constructor(ignore: Boolean)

Properties

Link copied to clipboard

Ignores input events processing when set to true.