UEXDev

IInputManager

May 8th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.09 KB | None | 0 0
  1. public interface IInputManager
  2. {
  3.     bool IsKeyPressed(Keys key);
  4.     bool IsKeyDown(Keys key);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment