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

Method GetKeyValueAt

KeyboardLayoutManager/KeyboardLayoutManager.cpp:819–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817}
818
819unsigned int KeyboardLayoutManager::GetKeyValueAt(unsigned int key_idx)
820{
821 if(key_idx < keymap.size())
822 {
823 return keymap[key_idx].value;
824 }
825
826 return -1;
827}
828
829unsigned int KeyboardLayoutManager::GetKeyValueAt(unsigned int row, unsigned int col)
830{

Callers 4

SetupZonesMethod · 0.80
SetupZonesMethod · 0.80
SetupZonesMethod · 0.80
SetupZonesMethod · 0.80

Calls 3

sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected