InputDriver
  public
  
  
  
  class
  InputDriver
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | com.google.android.things.userdriver.input.InputDriver | 
Driver to interface with user-connected input devices. User defined drivers should instantiate this class and call the appropriate emit method whenever input events are ready.
Summary
| Nested classes | |
|---|---|
| 
        
        
        
        
        class | InputDriver.BuilderBuilder class for  | 
| Public methods | |
|---|---|
| 
        
        
        
        
        
        void | 
      emit(InputDriverEvent event)
      Emit a single driver event. | 
| Inherited methods | |
|---|---|
|  From
class 
  
    java.lang.Object
  
 | |
Public methods
emit
void emit (InputDriverEvent event)
Emit a single driver event.
| Parameters | |
|---|---|
| event | InputDriverEvent: The event to emit. | 
| Throws | |
|---|---|
| IllegalArgumentException | if the given key is not in the list of keys configured for this driver. IllegalStateException if the driver is not yet registered with the UserDriverManager. | 
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[]]
    
  
            
          
        
        