2 * Copyright 2003-2009 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
7 * Axel Dörfler (axeld@pinc-software.de)
8 * Andrew McCall (mccall@digitalparadise.co.uk)
9 * Brecht Machiels (brecht@mos6581.org)
11 #ifndef MOUSE_WINDOW_H
12 #define MOUSE_WINDOW_H
19 #include "MouseSettings.h"
24 class MouseWindow
: public BWindow
{
26 MouseWindow(BRect rect
);
28 virtual bool QuitRequested();
29 virtual void MessageReceived(BMessage
*message
);
32 MouseSettings fSettings
;
33 BButton
*fDefaultsButton
;
34 BButton
*fRevertButton
;
35 SettingsView
*fSettingsView
;
39 #endif /* MOUSE_WINDOW_H */