MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetItemKeyName

Method GetItemKeyName

Source/Accelerator.cpp:189–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189LPCWSTR CAccelerator::GetItemKeyName(int Item) const
190{
191 if (m_pEntriesTable[Item].key > 0) {
192 return GetVKeyName(m_pEntriesTable[Item].key);
193 }
194
195 return L"None";
196}
197
198CStringW CAccelerator::GetVKeyName(int virtualKey) const { // // //
199 unsigned int scanCode = MapVirtualKeyW(virtualKey, MAPVK_VK_TO_VSC);

Callers 1

OnInitDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected