#include <e32std.h>
#include <e32keys.h>
Go to the source code of this file.
Functions | |
void | SendKey (TKeyCode aCode, TUint aModifiers) |
Sends a keypress to the backend. |
This really should be a part of the terminal emulation code, and not in the frontend!
The keyboard translation code also should use some kind of Putty-internal key codes, instead of system-specific codes, which would make it portable. Now each port has to handle keyboard completely separately.
Based on TranslateKey() in window.c.
Copyright 2002 Petteri Kangaslampi
See license.txt for full copyright and license information.
|
Sends a keypress to the backend. Used in the engine implementation.
|