Flutter Engine
 
Loading...
Searching...
No Matches
pointer_data_dispatcher.h File Reference

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.