MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / KeyToCommand

Class KeyToCommand

scintilla/src/KeyMap.h:25–30  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

23/**
24 */
25class KeyToCommand {
26public:
27 int key;
28 int modifiers;
29 unsigned int msg;
30};
31
32/**
33 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected