For Opengl view on windows Form in Visual C++ , Iam completely puzzled about how to represent arrow keys(UP ARROW, DOWN ARROW, RIGHT ARROW, LEFT ARROW) for capturing these 4 keyboard events. For other alphabetic keys i just used....

 void PhotoRealisticRendering_KeyPress(Object^ sender, KeyPressEventArgs^ e){
 if(e->KeyChar=='D')
 {
 }
 }

Can someone help me with this?

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top