struct SetEventMaskCmd
Defined at line 2870 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/wire_types.h
Sets which events a resource should deliver to the session listener.
This command replaces any prior event mask for the resource.
The initial event mask for a resource is zero, meaning no events are
reported.
Constraints:
- `resource_id` is a valid resource id
- `event_mask` is zero or a combination of `k*EventMask` bits OR'ed together.
Public Members
uint32_t id
uint32_t event_mask