Lines Matching refs:m_dwKeyCode
1283 switch (pMsg->m_dwKeyCode) {1338 wchar_t c = static_cast<wchar_t>(pMsg->m_dwKeyCode);1362 if (((pMsg->m_dwKeyCode < FWL_VKEY_0) &&1363 (pMsg->m_dwKeyCode != 0x2E && pMsg->m_dwKeyCode != 0x2D)) ||1364 pMsg->m_dwKeyCode > FWL_VKEY_9) {