objc2_game_controller/generated/GCSyntheticDeviceKeys.rs
1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use core::ffi::*;
4use core::ptr::NonNull;
5
6use crate::*;
7
8/// [Apple's documentation](https://developer.apple.com/documentation/gamecontroller/kiohidgcsyntheticdevicekey?language=objc)
9pub const kIOHIDGCSyntheticDeviceKey: &CStr =
10 unsafe { CStr::from_bytes_with_nul_unchecked(b"GCSyntheticDevice\0") };