OnKeyDown event not fired
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Has anyone seen when a pressed key doesn't trigger the onkeydown event? I've know it happen with the arrow keys, but my "q" key is not triggering the event either. Obviously the q key works or you wouldn't see my q's in this message. Is there a place where you can disable (or enable) a key from triggering the onkeydown event? Thanks
Brent