Merge pull request #4 from presslab-us/morebuttons

#5: Add more button codes
pull/8/head
Huan Truong 2020-01-20 15:58:06 -08:00 committed by GitHub
commit 1d91dec240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -42,6 +42,14 @@ message ButtonCode
PREV = 0x58;
PLAY = 0x7E;
PAUSE = 0x7F;
SCROLL_WHEEL = 65536;
MUSIC = 0xD1;
SCROLL_WHEEL = 0x1000;
MEDIA = 0x1001;
NAVIGATION = 0x1002;
RADIO = 0x1003;
TEL = 0x1004;
PRIMARY_BUTTON = 0x1005;
SECONDARY_BUTTON = 0x1006;
TERTIARY_BUTTON = 0x1007;
}
}