summaryrefslogtreecommitdiffhomepage
path: root/Stars45/JoyDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/JoyDlg.h')
-rw-r--r--Stars45/JoyDlg.h46
1 files changed, 23 insertions, 23 deletions
diff --git a/Stars45/JoyDlg.h b/Stars45/JoyDlg.h
index 658e87a..f4bd669 100644
--- a/Stars45/JoyDlg.h
+++ b/Stars45/JoyDlg.h
@@ -1,15 +1,15 @@
/* Project Starshatter 4.5
- Destroyer Studios LLC
- Copyright © 1997-2004. All Rights Reserved.
+ Destroyer Studios LLC
+ Copyright © 1997-2004. All Rights Reserved.
- SUBSYSTEM: Stars.exe
- FILE: JoyDlg.h
- AUTHOR: John DiCamillo
+ SUBSYSTEM: Stars.exe
+ FILE: JoyDlg.h
+ AUTHOR: John DiCamillo
- OVERVIEW
- ========
- Navigation Active Window class
+ OVERVIEW
+ ========
+ Navigation Active Window class
*/
#ifndef JoyDlg_h
@@ -27,29 +27,29 @@ class BaseScreen;
class JoyDlg : public FormWindow
{
public:
- JoyDlg(Screen* s, FormDef& def, BaseScreen* mgr);
- virtual ~JoyDlg();
+ JoyDlg(Screen* s, FormDef& def, BaseScreen* mgr);
+ virtual ~JoyDlg();
- virtual void RegisterControls();
- virtual void Show();
+ virtual void RegisterControls();
+ virtual void Show();
- // Operations:
- virtual void ExecFrame();
+ // Operations:
+ virtual void ExecFrame();
- virtual void OnApply(AWEvent* event);
- virtual void OnCancel(AWEvent* event);
+ virtual void OnApply(AWEvent* event);
+ virtual void OnCancel(AWEvent* event);
- virtual void OnAxis(AWEvent* event);
+ virtual void OnAxis(AWEvent* event);
protected:
- BaseScreen* manager;
+ BaseScreen* manager;
- ActiveWindow* message;
- Button* axis_button[4];
- Button* invert_checkbox[4];
+ ActiveWindow* message;
+ Button* axis_button[4];
+ Button* invert_checkbox[4];
- Button* apply;
- Button* cancel;
+ Button* apply;
+ Button* cancel;
};
#endif JoyDlg_h