The message associated with SWEVT_INPUTS_ENABLE events. More...
#include "inputsapi.h"
Data Fields | |
sw_input_enable_state | enable |
The message associated with SWEVT_INPUTS_ENABLE events.
This message can be issued to request the current inputs status by setting enable
to SW_INPUTS_ENABLE_UNKNOWN. It can also be issued to change the status by setting enable
to SW_INPUTS_ENABLE_START or SW_INPUTS_ENABLE_STOP values. The RIP also issues updates to the state using this message if the inputs state is changed for any other reason. In particular an update with enable
set to SW_INPUTS_ENABLE_STOPPED is issued when the process of stopping inputs completes.
sw_input_enable_state SWMSG_INPUTS_ENABLE::enable |
Request or update the inputs state. This is one of the SW_INPUT_ENABLE_STATE enumeration values.