Home | History | Annotate | Download | only in include

Lines Matching refs:Events

66     // and generates fake key events to compensate if it gets out of sync
142 // Call this with a non-keyboard event (such as mouse events) to use its modifier state to synchronize anyway
187 // Legal values are defined in http://www.w3.org/TR/DOM-Level-3-Events/#key-values-list,
291 // - synthesizes events to synchronize modifier key state between which modifiers are actually down, and which we thought were down
313 // "special" keys like enter, tab or backspace don't send keypress events,
376 // Combines keydown and keypress events where necessary to handle char modifiers.
402 // insert a delay before processing available events.
422 // swallow stall events, and pass all others to the next stage
437 // key repeat events should be merged into a single entry.
455 // can cause multiple key events to be sent to the VNC server)