Fetch the repository succeeded.
pub extern crate xloop_types;
#[cfg(target_os = "macos")]
pub extern crate xloop_macos as xloop_impl;
#[cfg(target_os = "ios")]
pub extern crate xloop_ios as xloop_impl;
#[cfg(target_os = "android")]
pub extern crate xloop_android as xloop_impl;
#[cfg(target_family = "windows")]
pub extern crate xloop_windows as xloop_impl;
#[cfg(target_arch = "wasm32")]
pub extern crate xloop_wasm as xloop_impl;
pub mod prelude {
pub use super::xloop_types;
pub use super::xloop_types::prelude::*;
#[allow(unused_imports)]
pub use super::xloop_impl::prelude::*;
pub use super::xloop_impl::Application;
pub use super::xloop_impl::Window;
pub type WinRaw = <Window as xloop_types::Win>::WinRaw;
pub type WinRef<'a> = <Window as xloop_types::Win>::WinRef<'a>;
pub type WinHandle = <Window as xloop_types::Win>::WinHandle;
pub type WinError = <Window as xloop_types::Win>::Error;
pub type WinResult<T> = Result<T, WinError>;
pub type EvtMouse<'a> = <Window as xloop_types::Win>::Mouse<'a>;
pub type EvtWheel<'a> = <Window as xloop_types::Win>::Wheel<'a>;
pub type EvtKey<'a> = <Window as xloop_types::Win>::Keyboard<'a>;
pub type EvtTouch<'a> = <Window as xloop_types::Win>::Touch<'a>;
pub type EvtCommit<'a> = <Window as xloop_types::Win>::Composition<'a>;
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。