SimpleWindow.handleKeyEvent

What follows are the event handlers. These are set automatically by the eventLoop function, but are still public so you can change them later. Handles a low-level keyboard event

class SimpleWindow
void delegate(int key) handleKeyEvent;

Meta