struct Protocol::HeadlessExperimental::NeedsBeginFramesChanged

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

Defined in:

protocol/headless_experimental.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def needs_begin_frames : Bool #

True if BeginFrames are needed, false otherwise.


[View source]