Skip to content
  • Jonas Ådahl's avatar
    evdev: Add event process dispatching · 812e1e2b
    Jonas Ådahl authored
    
    
    By setting an 'evdev_dispatch' struct in 'evdev_input_device' during
    device configuration the 'process' function in the associated interface
    will be called with received input events. If none is set, a fallback
    handler will be set instead that handle generic input functionality.
    
    Signed-off-by: default avatarJonas Ådahl <jadahl@gmail.com>
    812e1e2b