[][src]Function amethyst_input::is_key_up

pub fn is_key_up(event: &Event, key_code: VirtualKeyCode) -> bool

Returns true if the event passed in is a key up event for the provided VirtualKeyCode.