> home > Custom Layer Boundary API

get_current_input_sequence_number

January 19th 2020
In a view context, get the sequence number for the input that has been most recently sent to the view

Signature

C++
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

get_next_input