ma_async_notification_poll_is_signalled function
- @Native<ma_bool32 Function(Pointer<
ma_async_notification_poll> )>(ffi.Pointer<ma_async_notification_poll>)>()
- Pointer<
ma_async_notification_poll> pNotificationPoll
Implementation
@ffi.Native<ma_bool32 Function(ffi.Pointer<ma_async_notification_poll>)>()
external int ma_async_notification_poll_is_signalled(
ffi.Pointer<ma_async_notification_poll> pNotificationPoll,
);