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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp2845 Utf8Str strHIDType; local
2846 if (pelmHwChild->getAttributeValue("Keyboard", strHIDType))
2848 if (strHIDType == "None")
2850 else if (strHIDType == "USBKeyboard")
2852 else if (strHIDType == "PS2Keyboard")
2854 else if (strHIDType == "ComboKeyboard")
2860 strHIDType.c_str());
2862 if (pelmHwChild->getAttributeValue("Pointing", strHIDType))
2864 if (strHIDType == "None")
2866 else if (strHIDType
[all...]

Completed in 57 milliseconds