template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 5313 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
Public Methods
::fuchsia_input_report::wire::MouseInputDescriptor Build ()
Build and return the table. The builder should not be used after this.
bool has_movement_x ()
void clear_movement_x ()
Clears the movement_x field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_input_report::wire::Axis & movement_x ()
The range of relative X movement.
BuilderImpl & movement_x (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_input_report::wire::Axis>> elem)
The range of relative X movement.
bool has_movement_y ()
void clear_movement_y ()
Clears the movement_y field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_input_report::wire::Axis & movement_y ()
The range of relative Y movement.
BuilderImpl & movement_y (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_input_report::wire::Axis>> elem)
The range of relative Y movement.
bool has_scroll_v ()
void clear_scroll_v ()
Clears the scroll_v field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_input_report::wire::Axis & scroll_v ()
The range of relative vertical scroll.
BuilderImpl & scroll_v (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_input_report::wire::Axis>> elem)
The range of relative vertical scroll.
bool has_scroll_h ()
void clear_scroll_h ()
Clears the scroll_h field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_input_report::wire::Axis & scroll_h ()
The range of relative horizontal scroll.
BuilderImpl & scroll_h (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_input_report::wire::Axis>> elem)
The range of relative horizontal scroll.
bool has_buttons ()
void clear_buttons ()
Clears the buttons field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView<uint8_t> & buttons ()
This is a vector of ids for the mouse buttons.
BuilderImpl & buttons (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)
This is a vector of ids for the mouse buttons.
bool has_position_x ()
void clear_position_x ()
Clears the position_x field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_input_report::wire::Axis & position_x ()
The range of the position of X.
The main use of position is from virtual mice like over VNC.
BuilderImpl & position_x (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_input_report::wire::Axis>> elem)
The range of the position of X.
The main use of position is from virtual mice like over VNC.
bool has_position_y ()
void clear_position_y ()
Clears the position_y field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_input_report::wire::Axis & position_y ()
The range of the position of Y.
The main use of position is from virtual mice like over VNC.
BuilderImpl & position_y (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_input_report::wire::Axis>> elem)
The range of the position of Y.
The main use of position is from virtual mice like over VNC.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_input_report::wire::MouseInputDescriptor, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::MouseInputDescriptor>> && frame)