Skip to content

Commit df4296c

Browse files
committed
Update vendor
1 parent 686d529 commit df4296c

File tree

4 files changed

+8
-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

+8
-2
lines changed

example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
// pqrs::hid v2.15
3+
// pqrs::hid v2.17
44

55
// (C) Copyright Takayama Fumihiko 2020.
66
// Distributed under the Boost Software License, Version 1.0.

example/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/usage.hpp

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ constexpr value_t slider(0x36);
5656
constexpr value_t dial(0x37);
5757
constexpr value_t wheel(0x38);
5858
constexpr value_t hat_switch(0x39);
59+
constexpr value_t system_sleep(0x82);
5960
constexpr value_t dpad_up(0x90);
6061
constexpr value_t dpad_down(0x91);
6162
constexpr value_t dpad_right(0x92);
@@ -426,6 +427,8 @@ constexpr value_t ac_back(0x0224);
426427
constexpr value_t ac_forward(0x0225);
427428
constexpr value_t ac_refresh(0x0227);
428429
constexpr value_t ac_bookmarks(0x022a);
430+
constexpr value_t ac_zoom_out(0x22d);
431+
constexpr value_t ac_zoom_in(0x22e);
429432
constexpr value_t ac_pan(0x0238); // Horizontal mouse wheel
430433

431434
} // namespace consumer

tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
// pqrs::hid v2.15
3+
// pqrs::hid v2.17
44

55
// (C) Copyright Takayama Fumihiko 2020.
66
// Distributed under the Boost Software License, Version 1.0.

tests/vendor/cget/pkg/pqrs-org__cpp-hid/install/include/pqrs/hid/usage.hpp

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ constexpr value_t slider(0x36);
5656
constexpr value_t dial(0x37);
5757
constexpr value_t wheel(0x38);
5858
constexpr value_t hat_switch(0x39);
59+
constexpr value_t system_sleep(0x82);
5960
constexpr value_t dpad_up(0x90);
6061
constexpr value_t dpad_down(0x91);
6162
constexpr value_t dpad_right(0x92);
@@ -426,6 +427,8 @@ constexpr value_t ac_back(0x0224);
426427
constexpr value_t ac_forward(0x0225);
427428
constexpr value_t ac_refresh(0x0227);
428429
constexpr value_t ac_bookmarks(0x022a);
430+
constexpr value_t ac_zoom_out(0x22d);
431+
constexpr value_t ac_zoom_in(0x22e);
429432
constexpr value_t ac_pan(0x0238); // Horizontal mouse wheel
430433

431434
} // namespace consumer

0 commit comments

Comments
 (0)