Home | History | Annotate | Download | only in fwl

Lines Matching refs:pKey

1129       CFWL_MessageKey* pKey = static_cast<CFWL_MessageKey*>(pMessage);
1130 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown)
1131 OnKeyDown(pKey);
1132 else if (pKey->m_dwCmd == FWL_KeyCommand::Char)
1133 OnChar(pKey);