pub fn write_message_with_input<E: Message, Input: 'static, F: FnMut(Input) -> E>(
f: F,
) -> impl FnMut(In<Input>, MessageWriter<'_, E>)Expand description
Write a message with input, .e.g, ButtonSequence provides a Gamepad identifier.
pub fn write_message_with_input<E: Message, Input: 'static, F: FnMut(Input) -> E>(
f: F,
) -> impl FnMut(In<Input>, MessageWriter<'_, E>)Write a message with input, .e.g, ButtonSequence provides a Gamepad identifier.