1 2 3 4 5 6 7
import Foundation import IOKit.hid @_cdecl("iohidmanager_swift_element_type_id") public func iohidmanager_swift_element_type_id() -> UInt { UInt(IOHIDElementGetTypeID()) }