]> git.saurik.com Git - wxWidgets.git/blame - include/wx/joystick.h
Added a parameter to PrintBuffer and PrintFile to allow silent or prompted printing.
[wxWidgets.git] / include / wx / joystick.h
CommitLineData
2ecf902b 1/////////////////////////////////////////////////////////////////////////////
80fdcdb9 2// Name: wx/joystick.h
2ecf902b
WS
3// Purpose: wxJoystick base header
4// Author: wxWidgets Team
5// Modified by:
6// Created:
7// Copyright: (c) wxWidgets Team
8// RCS-ID: $Id$
9// Licence: wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
34138703
JS
12#ifndef _WX_JOYSTICK_H_BASE_
13#define _WX_JOYSTICK_H_BASE_
d3c23659 14
2ecf902b
WS
15#include "wx/defs.h"
16
5260937e
VZ
17#if wxUSE_JOYSTICK
18
bb5a9514 19#if defined(__WINDOWS__)
d3c23659 20#include "wx/msw/joystick.h"
2049ba38 21#elif defined(__WXMOTIF__)
85f582bd 22#include "wx/unix/joystick.h"
2049ba38 23#elif defined(__WXGTK__)
85f582bd 24#include "wx/unix/joystick.h"
83df96d6 25#elif defined(__WXX11__)
85f582bd 26#include "wx/unix/joystick.h"
4cb1d3da 27#elif defined(__DARWIN__)
ef0e9220 28#include "wx/osx/core/joystick.h"
a933a544 29#elif defined(__WXMAC__)
ef0e9220 30#include "wx/osx/joystick.h"
1777b9bb
DW
31#elif defined(__WXPM__)
32#include "wx/os2/joystick.h"
d3c23659
JS
33#endif
34
5260937e
VZ
35#endif // wxUSE_JOYSTICK
36
d3c23659 37#endif
34138703 38 // _WX_JOYSTICK_H_BASE_