FilterResult#

class carb.input.FilterResult#

Bases: pybind11_object

Members:

RETAIN : Retain event for further processing.

CONSUME : Consume event and stop further processing.

Methods

__init__(self, value)

Attributes

__init__(
self: carb.input.FilterResult,
value: int,
) None#
property name#