OnKeyPress() protected method

protected OnKeyPress ( char c ) : void
c char
return void
Esempio n. 1
0
 internal static void InvokeKeyPress(GlFwForm f, char c)
 {
     //TODO: implement detail methods
     f.OnKeyPress(c);
 }