SdlAppEventFunc typedef

SdlAppEventFunc = Int32 Function(Pointer<Void> appstate, Pointer<SdlEvent> event)

Implementation

typedef SdlAppEventFunc = Int32 Function(
  Pointer<Void> appstate,
  Pointer<SdlEvent> event,
);