template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 2178 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::MouseInputReport 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.
int64_t & movement_x ()
Relative X positional displacement.
BuilderImpl & movement_x (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
Relative X positional displacement.
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.
int64_t & movement_y ()
Relative Y positional displacement.
BuilderImpl & movement_y (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
Relative Y positional displacement.
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.
int64_t & scroll_v ()
Relative vertical scrolling displacement.
BuilderImpl & scroll_v (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
Relative vertical scrolling displacement.
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.
int64_t & scroll_h ()
Relative horizontal scrolling displacement.
BuilderImpl & scroll_h (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
Relative horizontal scrolling displacement.
bool has_pressed_buttons ()
void clear_pressed_buttons ()
Clears the pressed_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> & pressed_buttons ()
A list of currently pressed buttons.
BuilderImpl & pressed_buttons (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)
A list of currently pressed 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.
int64_t & position_x ()
The position of X.
The main use of position is from virtual mice like over VNC.
BuilderImpl & position_x (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
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.
int64_t & position_y ()
The position of Y.
The main use of position is from virtual mice like over VNC.
BuilderImpl & position_y (Wrapper_Ignore_Me_< ::fidl::ObjectView<int64_t>> elem)
The position of Y.
The main use of position is from virtual mice like over VNC.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_input_report::wire::MouseInputReport, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::MouseInputReport>> && frame)