Link Search Menu Expand Document

Fixed size (1)

Event Applet Focus

Applet focus packet is sent whenever the window activity status of the client changes. An example of this would be clicking on another window that isn’t the client, e.g. a browser. Assuming your client window was active before the click, an applet focus packet indicating the status change of active -> inactive would be sent. Similarly, then clicking on the client again would send another applet focus packet, indicating the status change of inactive -> active.

Payload

Type Description
Byte If the value of the byte is 0, the client’s focus has been lost. If the value is 1, it has been restored.