write_message_with_input

Function write_message_with_input 

Source
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.