SCIMBridge  0.4.x
void scim_bridge_key_event_set_control_down ( ScimBridgeKeyEvent key_event,
boolean  down 
)

Set the state of the control key of an event.

Parameters
key_eventThe key event.
downGive TRUE when the control is down, otherwise give FALSE.

Referenced by scim_bridge_key_event_gdk_to_bridge(), and scim_bridge_key_event_qt_to_bridge().