Struct amethyst_controls::MouseCenterLockSystem[][src]

pub struct MouseCenterLockSystem;

The system that locks the mouse to the center of the screen. Useful for first person camera.

Trait Implementations

impl<'a> System<'a> for MouseCenterLockSystem
[src]

The resource bundle required to execute this system. Read more

Executes the system with the required system data. Read more

Sets up the Resources using Self::SystemData::setup.

Returns a hint how long the system needs for running. This is used to optimize the way they're executed (might allow more parallelization). Read more

Return the accessor from the [SystemData].

Auto Trait Implementations

impl Send for MouseCenterLockSystem

impl Sync for MouseCenterLockSystem