nHandleEventsNow top-level property

int Function(int?, Pointer<Uint8>?, int) nHandleEventsNow
final

Implementation

final nHandleEventsNow = nativeLib.lookupFunction<
    Uint32 Function(Int32?, Pointer<Uint8>?, Uint32),
    int Function(int?, Pointer<Uint8>?, int)>('handle_events_now');