Interface InputController.GetEventsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
InputController.GetEventsResponse
,InputController.GetEventsResponse.Builder
- Enclosing class:
- InputController
public static interface InputController.GetEventsResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEvents
(int index) Returns a list of the most recent event for each control on a given InputController.int
Returns a list of the most recent event for each control on a given InputController.Returns a list of the most recent event for each control on a given InputController.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getEventsList
List<InputController.Event> getEventsList()Returns a list of the most recent event for each control on a given InputController. Effectively provides the current "state" of all buttons/axes on a given input controller
repeated .viam.component.inputcontroller.v1.Event events = 1 [json_name = "events"];
-
getEvents
Returns a list of the most recent event for each control on a given InputController. Effectively provides the current "state" of all buttons/axes on a given input controller
repeated .viam.component.inputcontroller.v1.Event events = 1 [json_name = "events"];
-
getEventsCount
int getEventsCount()Returns a list of the most recent event for each control on a given InputController. Effectively provides the current "state" of all buttons/axes on a given input controller
repeated .viam.component.inputcontroller.v1.Event events = 1 [json_name = "events"];
-