Flutter macOS Embedder
TestDisplayLinkDelegate Class Reference
Inheritance diagram for TestDisplayLinkDelegate:
<FlutterDisplayLinkDelegate>

Instance Methods

(instancetype) - initWithBlock:
 

Protected Attributes

void(^ _block )(CFTimeInterval timestamp, CFTimeInterval targetTimestamp)
 

Detailed Description

Definition at line 13 of file FlutterDisplayLinkTest.mm.

Method Documentation

◆ initWithBlock:

- (instancetype) initWithBlock: (void(^)(CFTimeInterval timestamp, CFTimeInterval targetTimestamp))  block

Member Data Documentation

◆ _block

- (void(^ _block) (CFTimeInterval timestamp, CFTimeInterval targetTimestamp))
protected

The documentation for this class was generated from the following file: