Thread: If key is down?
View Single Post
04/03/14, 11:23 AM   #1
FoleyX90
Join Date: Apr 2014
Posts: 9
If key is down?

I see in the documentation to set events for keyup / keydown but what I'm trying to do is simply check
if Key.IsDown(KEY_F)
or something similar. Does anybody know if this is possible? I don't want to have to create a new bind option because the key I'll be using is also used for other things and the context of it makes sense in this scenario (secondary interaction)
  Reply With Quote