PauSix

PSP User Input ui.h

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