Skip to content

Commit

Permalink
Slight Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
GlitcherOG committed Aug 11, 2022
1 parent 2cf812e commit 70c1006
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
15 changes: 10 additions & 5 deletions CameraTest/MainWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions CameraTest/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,10 @@ void HotKeyGroup(Keys e)
Close();

if (e == Keys.F)
{
ToggleFullscreen();
InvokeDisplayLabel("Toggled Fullscreen...");
}

if (e == Keys.C)
ToggleFPS();
Expand Down
Binary file added CameraTest/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 70c1006

Please sign in to comment.