RetroArch
Classes | Typedefs | Functions
event.h File Reference
#include <wiiu/types.h>
#include <wiiu/os/time.h>
#include "enum.h"
Include dependency graph for event.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GX2DisplayListOverrunData
 

Typedefs

typedef void(* GX2EventCallbackFunction) (GX2EventType, void *)
 
typedef struct GX2DisplayListOverrunData GX2DisplayListOverrunData
 

Functions

BOOL GX2DrawDone ()
 
void GX2WaitForVsync ()
 
void GX2WaitForFlip ()
 
void GX2SetEventCallback (GX2EventType type, GX2EventCallbackFunction func, void *userData)
 
void GX2GetEventCallback (GX2EventType type, GX2EventCallbackFunction *funcOut, void **userDataOut)
 
OSTime GX2GetRetiredTimeStamp ()
 
OSTime GX2GetLastSubmittedTimeStamp ()
 
BOOL GX2WaitTimeStamp (OSTime time)
 
void GX2GetSwapStatus (uint32_t *swapCount, uint32_t *flipCount, OSTime *lastFlip, OSTime *lastVsync)
 

Typedef Documentation

◆ GX2DisplayListOverrunData

◆ GX2EventCallbackFunction

typedef void(* GX2EventCallbackFunction) (GX2EventType, void *)

Function Documentation

◆ GX2DrawDone()

BOOL GX2DrawDone ( )
Here is the caller graph for this function:

◆ GX2GetEventCallback()

void GX2GetEventCallback ( GX2EventType  type,
GX2EventCallbackFunction funcOut,
void **  userDataOut 
)

◆ GX2GetLastSubmittedTimeStamp()

OSTime GX2GetLastSubmittedTimeStamp ( )

◆ GX2GetRetiredTimeStamp()

OSTime GX2GetRetiredTimeStamp ( )

◆ GX2GetSwapStatus()

void GX2GetSwapStatus ( uint32_t swapCount,
uint32_t flipCount,
OSTime lastFlip,
OSTime lastVsync 
)
Here is the caller graph for this function:

◆ GX2SetEventCallback()

void GX2SetEventCallback ( GX2EventType  type,
GX2EventCallbackFunction  func,
void userData 
)

◆ GX2WaitForFlip()

void GX2WaitForFlip ( )
Here is the caller graph for this function:

◆ GX2WaitForVsync()

void GX2WaitForVsync ( )
Here is the caller graph for this function:

◆ GX2WaitTimeStamp()

BOOL GX2WaitTimeStamp ( OSTime  time)