pub type InputSystemResources<'a> = (WorldRef, &'a mut InputController, &'a mut InputStack, &'a EntityChanges, Comp<&'a mut InputStackInstance>);