MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / RemoveAccelerators

Method RemoveAccelerators

source/script_gui.cpp:10891–10898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10889}
10890
10891void GuiType::RemoveAccelerators()
10892{
10893 if (mAccel)
10894 {
10895 DestroyAcceleratorTable(mAccel);
10896 mAccel = NULL;
10897 }
10898}
10899
10900bool GuiType::ConvertAccelerator(LPTSTR aString, ACCEL &aAccel)
10901{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected