SimpleWindow.handleCharEvent

Handles a higher level keyboard event - c is the character just pressed. Settable through setEventHandlers.

class SimpleWindow
void delegate(dchar c) handleCharEvent;

Meta