Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
pointer_data_dispatcher.h File Reference
#include "flutter/runtime/runtime_controller.h"
#include "flutter/shell/common/animator.h"

Go to the source code of this file.

Classes

class  flutter::PointerDataDispatcher
 
class  flutter::PointerDataDispatcher::Delegate
 The interface for Engine to implement. More...
 
class  flutter::DefaultPointerDataDispatcher
 
class  flutter::SmoothPointerDataDispatcher
 

Namespaces

namespace  flutter
 

Typedefs

using flutter::PointerDataDispatcherMaker = std::function< std::unique_ptr< PointerDataDispatcher >(PointerDataDispatcher::Delegate &)>
 Signature for constructing PointerDataDispatcher.