pub unsafe extern "C" fn LightEvent_TryWait(
    event: *mut LightEvent
) -> c_int
Expand description

Attempts to wait on a light event.

§Arguments

  • event - Pointer to the event.

§Returns

Non-zero if the event was signaled, zero otherwise.