TEMU
3.0
The Terma Emulator
|
#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) |
void(* temu_EventIface::postAbsolute) (void *Obj, int64_t EvId, int64_t T) |
void(* temu_EventIface::postCallback) (void *Obj, temu_ThreadSafeCb Cb, void *Arg) |
void(* temu_EventIface::postOnStack) (void *Obj, int64_t EvId) |
void(* temu_EventIface::postRelative) (void *Obj, int64_t EvId, int64_t T) |
void(* temu_EventIface::removeCallback) (void *Obj, temu_ThreadSafeCb Cb, void *Arg) |