get_current_input_sequence_number
September 8th 2024
In a view context, get the sequence number for the input that has been most recently sent to the view
Signature
i64
get_current_input_sequence_number(Application_Links* app);
Parameters
app
the standard custom layer context pointer
Return
the sequence number of the most recent input sent to the view, or zero if this is not a view context thread
Related