Winforms 捕获windows窗体中的箭头键键盘事件 在VisualC++中,Windows窗体上的OpenGL视图,我完全不知道如何表示箭头键(上箭头、下箭头、右箭头、左箭头)来捕获这4个键盘事件。对于我刚才使用的其他字母键 void PhotoRealisticRendering_KeyPress(Object^ sender, KeyPressEventArgs^ e){ if(e->KeyChar=='D') { } }

Winforms 捕获windows窗体中的箭头键键盘事件 在VisualC++中,Windows窗体上的OpenGL视图,我完全不知道如何表示箭头键(上箭头、下箭头、右箭头、左箭头)来捕获这4个键盘事件。对于我刚才使用的其他字母键 void PhotoRealisticRendering_KeyPress(Object^ sender, KeyPressEventArgs^ e){ if(e->KeyChar=='D') { } },winforms,events,opengl,keyboard-events,Winforms,Events,Opengl,Keyboard Events,有人能帮我吗?可能的重复:可能的重复

有人能帮我吗?

可能的重复:可能的重复