File tree 4 files changed +14
-2
lines changed
example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs
tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs
4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- // pqrs::hid v2.17
3
+ // pqrs::hid v2.18
4
4
5
5
// (C) Copyright Takayama Fumihiko 2020.
6
6
// Distributed under the Boost Software License, Version 1.0.
Original file line number Diff line number Diff line change @@ -338,12 +338,17 @@ constexpr value_t fast_forward(0x00b3);
338
338
constexpr value_t rewind (0x00b4 );
339
339
constexpr value_t scan_next_track (0x00b5 );
340
340
constexpr value_t scan_previous_track (0x00b6 );
341
+ constexpr value_t stop (0x00b7 );
341
342
constexpr value_t eject (0x00b8 );
342
343
constexpr value_t play_or_pause (0x00cd );
343
344
constexpr value_t voice_command (0x00cf );
344
345
constexpr value_t mute (0x00e2 );
346
+ constexpr value_t bass_boost (0x00e5 );
347
+ constexpr value_t loudness (0x00e7 );
345
348
constexpr value_t volume_increment (0x00e9 );
346
349
constexpr value_t volume_decrement (0x00ea );
350
+ constexpr value_t bass_increment (0x0152 );
351
+ constexpr value_t bass_decrement (0x0153 );
347
352
348
353
// application launch buttons
349
354
@@ -422,6 +427,7 @@ constexpr value_t al_contextaware_desktop_assistant(0x01cb);
422
427
423
428
// generic gui application controls
424
429
430
+ constexpr value_t ac_search (0x0221 );
425
431
constexpr value_t ac_home (0x0223 );
426
432
constexpr value_t ac_back (0x0224 );
427
433
constexpr value_t ac_forward (0x0225 );
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- // pqrs::hid v2.17
3
+ // pqrs::hid v2.18
4
4
5
5
// (C) Copyright Takayama Fumihiko 2020.
6
6
// Distributed under the Boost Software License, Version 1.0.
Original file line number Diff line number Diff line change @@ -338,12 +338,17 @@ constexpr value_t fast_forward(0x00b3);
338
338
constexpr value_t rewind (0x00b4 );
339
339
constexpr value_t scan_next_track (0x00b5 );
340
340
constexpr value_t scan_previous_track (0x00b6 );
341
+ constexpr value_t stop (0x00b7 );
341
342
constexpr value_t eject (0x00b8 );
342
343
constexpr value_t play_or_pause (0x00cd );
343
344
constexpr value_t voice_command (0x00cf );
344
345
constexpr value_t mute (0x00e2 );
346
+ constexpr value_t bass_boost (0x00e5 );
347
+ constexpr value_t loudness (0x00e7 );
345
348
constexpr value_t volume_increment (0x00e9 );
346
349
constexpr value_t volume_decrement (0x00ea );
350
+ constexpr value_t bass_increment (0x0152 );
351
+ constexpr value_t bass_decrement (0x0153 );
347
352
348
353
// application launch buttons
349
354
@@ -422,6 +427,7 @@ constexpr value_t al_contextaware_desktop_assistant(0x01cb);
422
427
423
428
// generic gui application controls
424
429
430
+ constexpr value_t ac_search (0x0221 );
425
431
constexpr value_t ac_home (0x0223 );
426
432
constexpr value_t ac_back (0x0224 );
427
433
constexpr value_t ac_forward (0x0225 );
You can’t perform that action at this time.
0 commit comments