pub unsafe extern "C" fn nstd_input_is_key_up(
raw_input: NSTDRawInput,
key: NSTDKey,
) -> c_intExpand description
Checks if a key is up.
Parameters:
const NSTDRawInput raw_input - Raw input handle.
const NSTDKey key - The key to check.
Returns: int is_up - 1 if the key is up, 0 otherwise.