Browse Source

minor

tags/v0.3.5
XxChang 1 year ago
parent
commit
ac65b0fc09
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      apis/c/node/src/lib.rs

+ 2
- 0
apis/c/node/src/lib.rs View File

@@ -197,6 +197,8 @@ pub unsafe extern "C" fn read_dora_input_data(

/// Reads out the timestamp of the given input event from metadata.
///
/// ## Safety
///
/// Return `0` if the given event is not an input event.
#[no_mangle]
pub unsafe extern "C" fn read_dora_input_timestamp(event: *const ()) -> core::ffi::c_ulonglong {


Loading…
Cancel
Save