Struct oxygengine_input::system::InputSystem [−][src]
pub struct InputSystem;
Trait Implementations
impl<'s> System<'s> for InputSystem[src]
impl<'s> System<'s> for InputSystem[src]type SystemData = Write<'s, InputController>
The resource bundle required to execute this system. Read more
fn run(&mut self, input: Self::SystemData)[src]
pub fn running_time(&self) -> RunningTime
pub fn accessor(&'b self) -> AccessorCow<'a, 'b, Self>
pub fn setup(&mut self, world: &mut World)
pub fn dispose(self, world: &mut World)
Auto Trait Implementations
impl RefUnwindSafe for InputSystem
impl RefUnwindSafe for InputSystemimpl Send for InputSystem
impl Send for InputSystemimpl Sync for InputSystem
impl Sync for InputSystemimpl Unpin for InputSystem
impl Unpin for InputSystemimpl UnwindSafe for InputSystem
impl UnwindSafe for InputSystem