示例#1
0
 void GetKeyboardKeys(InputSourceVector& inputSources, const Keyboard& keyboard)
 {
     keyboard.GetPressedKeys(inputSources);
 }