在函数的最后一行放入还是不放回头有什么不同吗?
void InputClass::KeyDown(unsigned int input) { // If a key is pressed then save that state in the key array m_keys[input] = true; return; }
c++
c++ ×1