how do I write a HandleGlkEvent in I7? [SOLVED]

[code] Include (-

[ HandleGlkEvent ev context;
return;
];

-).[/code]

The above code fails pretty spectacularly in I7, producing a long list of “No such constant as” messages. So how the heck do I handle a glk event in I7?

See the Glulx Entry Points extension. Or, depending on what you want to do, Unified Glulx Input.

Where do I find Unified Glulx Input? It doesn’t appear to be in the Public Library. (I did find Glulx Entry Points and am studying it now.)

There you go.