Home
last modified time | relevance | path

Searched refs:pKeyAbort (Results 1 – 5 of 5) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4MessageInput.h31 …class C4KeyBinding *pKeyHistoryUp, *pKeyHistoryDown, *pKeyAbort, *pKeyNickComplete, *pKeyPlrContro… variable
H A DC4GuiMenu.cpp134 pKeyAbort = new C4KeyBinding(Keys, "GUIContextAbort", KEYSCOPE_Gui, in ContextMenu()
162 delete pKeyAbort; in ~ContextMenu()
H A DC4MessageInput.cpp60pKeyAbort = new C4KeyBinding(C4KeyCodeEx(K_F2), "ChatAbort", KEYSCOPE_Gui, new C4GUI::DlgKeyCB<C4G… in C4ChatInputDialog()
75 delete pKeyAbort; in ~C4ChatInputDialog()
H A DC4GuiEdit.cpp715 pKeyAbort = new C4KeyBinding(keys, "GUIRenameEditAbort", KEYSCOPE_Gui, in RenameEdit()
721 delete pKeyAbort; in ~RenameEdit()
H A DC4Gui.h1378 C4KeyBinding *pKeyAbort; // key bindings
1768 …class C4KeyBinding *pKeySelUp, *pKeySelDown, *pKeySubmenu, *pKeyBack, *pKeyAbort, *pKeyConfirm, *p…