by Novice » Fri Feb 10, 2006 7:17 pm 
			
			Ok i figured it out.Sorry bout that.
 
- Code: Select all
 int lastKey = getLastKey();
But now my problem is that it dosent recognise letters when shift is pressed, so if i press "a" or "A" either way i get 97 (a). How can i make it recognise capital letters?
 
			Why do i always get stuck?