carb::input::FilterResult
Defined in carb/input/InputTypes.h
- 
enum class carb::input::FilterResult : uint8_t
- The result returned by InputEventFilterFn. - Values: - 
enumerator eRetain
- The event should be retained and sent later when IInput::distributeBufferedEvents() is called. 
 - 
enumerator eConsume
- The event has been fully processed by InputEventFilterFn and should NOT be sent later when IInput::distributeBufferedEvents() is called. 
 
- 
enumerator eRetain