Skip to content

Commit

Permalink
Update vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed May 16, 2023
1 parent 10cd153 commit 92c808d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

// pqrs::osx::iokit_hid_device v4.0
// pqrs::osx::iokit_hid_device v4.1

// (C) Copyright Takayama Fumihiko 2018.
// Distributed under the Boost Software License, Version 1.0.
Expand Down Expand Up @@ -113,6 +113,10 @@ class iokit_hid_device final {
return find_string_property(CFSTR(kIOHIDTransportKey));
}

std::optional<std::string> find_device_address(void) const {
return find_string_property(CFSTR("DeviceAddress"));
}

// Note:
// Input Monitoring permission user approval is required since macOS Catalina (10.15).
std::vector<cf::cf_ptr<IOHIDElementRef>> make_elements(void) {
Expand Down

0 comments on commit 92c808d

Please sign in to comment.