Expand description
Fake input manager
This interface allows other processes to provide fake input events. Purpose is on the one hand side to provide testing facilities like XTest on X11. But also to support use case like kdeconnect’s mouse pad interface.
A compositor should not trust the input received from this interface. Clients should not expect that the compositor honors the requests from this interface.
Warning! The protocol described in this file is a desktop environment implementation detail. Regular clients must not use this protocol. Backward incompatible changes may be added without bumping the major version of the extension.
Structs§
- OrgKde
Kwin Fake Input - Fake input manager
Enums§
Constants§
- REQ_
AUTHENTICATE_ OPCODE - The wire opcode for this request
- REQ_
AUTHENTICATE_ SINCE - The minimal object version supporting this request
- REQ_
AXIS_ OPCODE - The wire opcode for this request
- REQ_
AXIS_ SINCE - The minimal object version supporting this request
- REQ_
BUTTON_ OPCODE - The wire opcode for this request
- REQ_
BUTTON_ SINCE - The minimal object version supporting this request
- REQ_
DESTROY_ OPCODE - The wire opcode for this request
- REQ_
DESTROY_ SINCE - The minimal object version supporting this request
- REQ_
KEYBOARD_ KEY_ OPCODE - The wire opcode for this request
- REQ_
KEYBOARD_ KEY_ SINCE - The minimal object version supporting this request
- REQ_
POINTER_ MOTION_ ABSOLUTE_ OPCODE - The wire opcode for this request
- REQ_
POINTER_ MOTION_ ABSOLUTE_ SINCE - The minimal object version supporting this request
- REQ_
POINTER_ MOTION_ OPCODE - The wire opcode for this request
- REQ_
POINTER_ MOTION_ SINCE - The minimal object version supporting this request
- REQ_
TOUCH_ CANCEL_ OPCODE - The wire opcode for this request
- REQ_
TOUCH_ CANCEL_ SINCE - The minimal object version supporting this request
- REQ_
TOUCH_ DOWN_ OPCODE - The wire opcode for this request
- REQ_
TOUCH_ DOWN_ SINCE - The minimal object version supporting this request
- REQ_
TOUCH_ FRAME_ OPCODE - The wire opcode for this request
- REQ_
TOUCH_ FRAME_ SINCE - The minimal object version supporting this request
- REQ_
TOUCH_ MOTION_ OPCODE - The wire opcode for this request
- REQ_
TOUCH_ MOTION_ SINCE - The minimal object version supporting this request
- REQ_
TOUCH_ UP_ OPCODE - The wire opcode for this request
- REQ_
TOUCH_ UP_ SINCE - The minimal object version supporting this request