Searched defs:s_aKeybType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp350 static const KBDTYPEINFO s_aKeybType[4] = variable
1730 pCfg->KbdAttr.NumberOfFunctionKeys = s_aKeybType[keyboardId->Type-1].cFunctionKeys;
1731 pCfg->KbdAttr.NumberOfIndicators = s_aKeybType[keyboardId->Type-1].cIndicators;
1732 pCfg->KbdAttr.NumberOfKeysTotal = s_aKeybType[keyboardId->Type-1].cKeysTotal;
2886 if (overrideKeyboardType <= RT_ELEMENTS(s_aKeybType))
2961 if (KbdData->Type <= RT_ELEMENTS(s_aKeybType))

Completed in 54 milliseconds