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

Function ConvertKeyExtra

Source/FamiTrackerView.cpp:255–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255int ConvertKeyExtra(int Key) { // // //
256 switch (Key) {
257 case VK_DIVIDE: return 0x0A;
258 case VK_MULTIPLY: return 0x0B;
259 case VK_SUBTRACT: return 0x0C;
260 case VK_ADD: return 0x0D;
261 case VK_RETURN: return 0x0E;
262 case VK_DECIMAL: return 0x0F;
263 }
264
265 return -1;
266}
267
268} // namespace
269

Callers 3

EditInstrumentColumnMethod · 0.85
EditVolumeColumnMethod · 0.85
EditEffParamColumnMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected