PauSix

PSP User Input ui.h

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