struct Protocol::HeadlessExperimental::NeedsBeginFramesChanged
- Protocol::HeadlessExperimental::NeedsBeginFramesChanged
- Struct
- Value
- Object
Overview
Issued when the target starts or stops needing BeginFrames. Deprecated. Issue beginFrame unconditionally instead and use result from beginFrame to detect whether the frames were suppressed.
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/headless_experimental.crConstructors
Instance Method Summary
-
#needs_begin_frames : Bool
True if BeginFrames are needed, false otherwise.