Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 934ecdca authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am 8b9df978: Merge "Fix getSwitchState." into honeycomb

* commit '8b9df97826f94e2e871eff734b174a4752b0d5f9':
  Fix getSwitchState.
parents 5a6db9fc e3a983fe
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -38,6 +38,15 @@ enum {
    AKEY_EVENT_FLAG_START_TRACKING = 0x40000000
};

enum {
    /*
     * Indicates that an input device has switches.
     * This input source flag is hidden from the API because switches are only used by the system
     * and applications have no way to interact with them.
     */
    AINPUT_SOURCE_SWITCH = 0x80000000,
};

/*
 * Maximum number of pointers supported per motion event.
 * Smallest number of pointers is 1.