TEMU  3.0
The Terma Emulator
temu_EventIface Struct Reference

#include </builds/termade/temu/temu/include/temu-c/Support/Events.h>

Data Fields

void(* postCallback )(void *Obj, temu_ThreadSafeCb Cb, void *Arg)
 
void(* removeCallback )(void *Obj, temu_ThreadSafeCb Cb, void *Arg)
 
void(* postAbsolute )(void *Obj, int64_t EvId, int64_t T)
 
void(* postRelative )(void *Obj, int64_t EvId, int64_t T)
 
void(* postOnStack )(void *Obj, int64_t EvId)
 

Field Documentation

◆ postAbsolute

void(* temu_EventIface::postAbsolute) (void *Obj, int64_t EvId, int64_t T)

◆ postCallback

void(* temu_EventIface::postCallback) (void *Obj, temu_ThreadSafeCb Cb, void *Arg)

◆ postOnStack

void(* temu_EventIface::postOnStack) (void *Obj, int64_t EvId)

◆ postRelative

void(* temu_EventIface::postRelative) (void *Obj, int64_t EvId, int64_t T)

◆ removeCallback

void(* temu_EventIface::removeCallback) (void *Obj, temu_ThreadSafeCb Cb, void *Arg)

The documentation for this struct was generated from the following file: