문제

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