View Full Version : keyboard
angel111
05-06-2011, 10:51 AM
hii
what should i include in keyboard function if i was to proceed on pressin ANY key...not a particular key..
mobeen
05-06-2011, 10:53 AM
Could u elaborate a bit more like the platform u r on and possibly the toolkit u r using.
angel111
05-06-2011, 10:55 AM
vc++ glut
m now giving it like
if(k=='A') i++;
but i want i to increment on pressing any key
angel111
05-06-2011, 10:59 AM
hey i got it...thanku
angel111
05-06-2011, 11:00 AM
shitt..my mind was struck..
its just if(k)
mobeen
05-06-2011, 11:01 AM
hmm dont use the if. Just increment i.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.