File tree 4 files changed +4
-10
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 +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- // pqrs::hid v2.12
3
+ // pqrs::hid v2.13
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 @@ -346,10 +346,7 @@ constexpr value_t volume_decrement(0x00ea);
346
346
347
347
// application launch buttons
348
348
349
- // AL Consumer Control Configuration (0x0183) is used as open music player.
350
- // - https://github.com/pqrs-org/cpp-hid/pull/1
351
- // - https://source.android.com/docs/core/interaction/input/keyboard-devices
352
- constexpr value_t al_music_player (0x0183 );
349
+ constexpr value_t al_consumer_control_configuration (0x0183 );
353
350
constexpr value_t al_word_processor (0x0184 );
354
351
constexpr value_t al_text_editor (0x0185 );
355
352
constexpr value_t al_spreadsheet (0x0186 );
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- // pqrs::hid v2.12
3
+ // pqrs::hid v2.13
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 @@ -346,10 +346,7 @@ constexpr value_t volume_decrement(0x00ea);
346
346
347
347
// application launch buttons
348
348
349
- // AL Consumer Control Configuration (0x0183) is used as open music player.
350
- // - https://github.com/pqrs-org/cpp-hid/pull/1
351
- // - https://source.android.com/docs/core/interaction/input/keyboard-devices
352
- constexpr value_t al_music_player (0x0183 );
349
+ constexpr value_t al_consumer_control_configuration (0x0183 );
353
350
constexpr value_t al_word_processor (0x0184 );
354
351
constexpr value_t al_text_editor (0x0185 );
355
352
constexpr value_t al_spreadsheet (0x0186 );
You can’t perform that action at this time.
0 commit comments