pub type VRGamepadPtr = Arc<RefCell<dyn VRGamepad>>;
pub struct VRGamepadPtr { /* private fields */ }