cidre 0.16.0

Apple frameworks bindings for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
use crate::{define_obj_type, gc, ns};

define_obj_type!(
    #[doc(alias = "GCPhysicalInputProfile")]
    pub PhysicalInputProfile(ns::Id)
);

#[doc(alias = "GCDeviceElement")]
pub type DeviceElement = gc::ControllerElement;

#[doc(alias = "GCDeviceButtonInput")]
pub type DeviceButtonInput = gc::ControllerButtonInput;