Flutter Engine
 
Loading...
Searching...
No Matches
view_focus.h File Reference
#include <cstdint>

Go to the source code of this file.

Classes

class  flutter::ViewFocusEvent
 
class  flutter::ViewFocusChangeRequest
 

Namespaces

namespace  flutter
 

Enumerations

enum class  flutter::ViewFocusState : int64_t {
  flutter::kUnfocused = 0 ,
  flutter::kFocused
}
 
enum class  flutter::ViewFocusDirection : int64_t {
  flutter::kUndefined = 0 ,
  flutter::kForward ,
  flutter::kBackward
}