VSyncCallbackDefines a function to be executed during each VSync period | |||
Arguments
ExplanationSpecifies that the function func will be called at the start of the vertical synchronization period. When func is 0, any function previously registered as a callback function is removed.Return ValueNoneNotesSubsequent interrupts will be masked within func. Therefore, it is necessary to return quickly after func is called. |