Buttons CB
Buttons CB
hello, is there a callback for the ctrl (when a button is pressed) ?
Re: Buttons CB
I don't know if there is a callback for control events, but the pspgl project uses sceCtrlReadLatch, which helps to avoid missing events, when you don't read the control flags for a longer time.johnmph wrote:hello, is there a callback for the ctrl (when a button is pressed) ?
Re: Buttons CB
ThanksShine wrote:I don't know if there is a callback for control events, but the pspgl project uses sceCtrlReadLatch, which helps to avoid missing events, when you don't read the control flags for a longer time.johnmph wrote:hello, is there a callback for the ctrl (when a button is pressed) ?