PauSix

PSP User Input ui.h

Feb 13th, 2017
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. #ifndef COMMON_UI_H
  2. #define COMMON_UI_H
  3.  
  4. int getJX();
  5. int getJY();
  6.  
  7.  
  8. void pollPad();
  9. void pollLatch();
  10.  
  11. int isKeyDown(int key);
  12. int isKeyUp(int key);
  13. int isKeyHold(int key);
  14.  
  15. #endif
Add Comment
Please, Sign In to add comment