| 
    Kodi Documentation 18.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <IInputHandler.h>
  
Public Member Functions | |
| IInputHandler () | |
| virtual void | setDPI (uint32_t dpi) | 
  Public Member Functions inherited from CAndroidKey | |
| CAndroidKey () | |
| ~CAndroidKey () | |
| bool | onKeyboardEvent (AInputEvent *event) | 
  Public Member Functions inherited from CAndroidMouse | |
| CAndroidMouse () | |
| virtual | ~CAndroidMouse () | 
| bool | onMouseEvent (AInputEvent *event) | 
  Public Member Functions inherited from CAndroidTouch | |
| CAndroidTouch () | |
| virtual | ~CAndroidTouch () | 
| bool | onTouchEvent (AInputEvent *event) | 
  Public Member Functions inherited from CAndroidJoyStick | |
| CAndroidJoyStick () | |
| ~CAndroidJoyStick () | |
| bool | onJoyStickEvent (AInputEvent *event) | 
Additional Inherited Members | |
  Static Public Member Functions inherited from CAndroidKey | |
| static void | SetHandleMediaKeys (bool enable) | 
| static void | SetHandleSearchKeys (bool enable) | 
| static void | XBMC_Key (uint8_t code, uint16_t key, uint16_t modifiers, uint16_t unicode, bool up) | 
  Static Protected Attributes inherited from CAndroidKey | |
| static bool | m_handleMediaKeys = true | 
| static bool | m_handleSearchKeys = false | 
      
  | 
  inline | 
      
  | 
  inlinevirtual | 
Reimplemented from CAndroidTouch.