Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.32 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. while(ProcessMessage() != -1){
  2.                 if(GetInputState() & PSP_CTRL_CIRCLE){
  3.                         MOZI = 0;
  4.                         break;
  5.                 }
  6.         else if(GetInputState() & PSP_CTRL_TRIANGLE){
  7.                         //省略
  8.                 }
  9.         else if(GetInputState() & PSP_CTRL_SQUARE){
  10.                         Write_DATA("46 ");
  11.                 }
  12.         else if(GetInputState() & PSP_CTRL_START){
  13.                         //省略
  14.                 }
  15.         }
  16.         ClearDrawScreen();