Home | History | Annotate | Download | only in input

Lines Matching defs:Mode

64  * Constants used to determine the input event injection synchronization mode.
296 * The synchronization mode determines whether the method blocks while waiting for
319 /* Sets the input dispatching mode.
688 enum Mode {
696 Mode mode;
707 CancelationOptions(Mode mode, const char* reason) :
708 mode(mode), reason(reason), keyCode(-1), deviceId(-1) { }