Occurs when the user presses and releases a key or key combination that corresponds to an ANSI code.
[Visual Basic .NET] |
---|
Public Sub KeyPress( _ ByRef KeyAscii As short _ ) |
[C#] |
---|
public void KeyPress( ref short KeyAscii ); |
[Managed C++] |
---|
public: void KeyPress( short ^ KeyAscii ); |
[Unmanaged C++] |
---|
public: void KeyPress( short * KeyAscii ); |
[Java] |
---|
public void keyPress( short KeyAscii ); |
[Python - STK API ] |
---|
def KeyPress(self, KeyAscii:short) -> : |
- KeyAscii