OnKeyPress() protected method

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