diff options
Diffstat (limited to 'ShiftOS.WinForms/Applications/Snakey.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/Snakey.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Snakey.Designer.cs b/ShiftOS.WinForms/Applications/Snakey.Designer.cs index b44ea8c..1b21792 100644 --- a/ShiftOS.WinForms/Applications/Snakey.Designer.cs +++ b/ShiftOS.WinForms/Applications/Snakey.Designer.cs @@ -90,6 +90,7 @@ this.Controls.Add(this.tableLayoutPanel1); this.Name = "Snakey"; this.Size = new System.Drawing.Size(317, 329); + this.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.OnKeyPress); this.ResumeLayout(false); this.PerformLayout(); |
