set_current_input
September 8th 2024
Modify the memory of the event that was most recently sent to the calling view context memory
Signature
void
set_current_input(Application_Links* app,
User_Input* input);
Parameters
app
the standard custom layer context pointer
input
a pointer to the input struct to copy over the existing input struct in the core
Details
This call only has the effect of altering the result of future calls to get_current_input until the next time input is sent to the calling view context thread. There is no effect when called from threads that are not view contexts.