struct KeySequence {
DWORD Flags;
int Count;
DWORD *Sequence;
};
| Flag | Description |
|---|---|
| KSFLAGS_DISABLEOUTPUT | Do not display the results of processing each key on the screen. |
| KSFLAGS_NOSENDKEYSTOPLUGINS | Do not pass keys to editor plugins (plugins, that export the ProcessEditorInput function). |