MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / GetKeyMap

Method GetKeyMap

KeyboardLayoutManager/KeyboardLayoutManager.cpp:852–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850}
851
852void KeyboardLayoutManager::GetKeyMap(unsigned int* map_ptr)
853{
854 GetKeyMap(map_ptr, KEYBOARD_MAP_FILL_TYPE_INDEX, rows, cols);
855}
856
857void KeyboardLayoutManager::GetKeyMap(unsigned int* map_ptr, KEYBOARD_MAP_FILL_TYPE fill_type)
858{

Callers 6

SetupZonesMethod · 0.80
SetupZonesMethod · 0.80
SetupZonesMethod · 0.80
DetectDebugControllersFunction · 0.80
SetupZonesMethod · 0.80
SetupZonesMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected