formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Utility
Description
Get the pressed state of a key. This will return the state of the specified virtual key. Currently this is only implemented for the modifier keys Note that this return the key pressed state of the actual keys and not the virtual modifier keys that are used to make cross-platform key equivalents consistent.
Plugin Prototype
fzrt_error_td fzrt_evnt_get_actual_key_state(
virt_key, | |
state ) |
Parameters
virt_key [Input]
virtual key code
state [Result]
pointer to fzrt_unsigned_int that receives the state of key.
Returns
FZRT_NOERR on success, an error id otherwise.
Availability
5.0.0.0
See Also
Function Set
Defined in