tutorial:input

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorial:input [2020/11/11 20:47]
iridescence created
tutorial:input [2021/10/12 13:50] (current)
korigamik [C/C++] This wont compile due to a small typo.fixed it
Line 32: Line 32:
              sceCtrlReadBufferPositive(&padData,1);              sceCtrlReadBufferPositive(&padData,1);
                            
-             if(padData.buttons & PSP_CTRL_CROSS){+             if(padData.Buttons & PSP_CTRL_CROSS){
                    pspDebugScreenPrintf("X Pressed!\n");                    pspDebugScreenPrintf("X Pressed!\n");
              }              }
  • tutorial/input.1605127631.txt.gz
  • Last modified: 2020/11/11 20:47
  • by iridescence