[][src]Function game::helpers::hotkey_btn

pub fn hotkey_btn<I: Into<String>>(
    ctx: &EventCtx,
    app: &App,
    label: I,
    key: Key
) -> Widget