Lines Matching refs:key
3898 BOOL resource_view::OnDirectionKey(int item_type, int key) in OnDirectionKey() argument
3900 switch (key) in OnDirectionKey()
3917 if (key == VK_LEFT) in OnDirectionKey()
3921 else if (key == VK_RIGHT) in OnDirectionKey()
3929 if (key == VK_LEFT) in OnDirectionKey()
3938 else if (key == VK_RIGHT) in OnDirectionKey()
3950 if (key == VK_LEFT) in OnDirectionKey()
3954 else if (key == VK_RIGHT) in OnDirectionKey()
4068 int key = pMsg->wParam; in PreTranslateMessage() local
4075 switch (key) in PreTranslateMessage()
4095 if (OnDirectionKey(item_type, key)) in PreTranslateMessage()