X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a217777fb367f47e8d258af8181ac27f076dc183..dd61c39df27bfb6eff6864854a9819fc5a0cc2b4:/src/mac/carbon/joystick.cpp diff --git a/src/mac/carbon/joystick.cpp b/src/mac/carbon/joystick.cpp index 49b1e38e94..c56cf2001a 100644 --- a/src/mac/carbon/joystick.cpp +++ b/src/mac/carbon/joystick.cpp @@ -1,22 +1,22 @@ ///////////////////////////////////////////////////////////////////////////// // Name: joystick.cpp // Purpose: wxJoystick class -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: -// Created: ??/??/98 +// Created: 1998-01-01 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Copyright: (c) Stefan Csomor +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "joystick.h" -#endif - -#include +#include "wx/wxprec.h" #if wxUSE_JOYSTICK +#if !defined (__WXMAC_OSX__) + +#include "wx/joystick.h" + IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject) // Attributes @@ -90,7 +90,7 @@ bool wxJoystick::IsOk() const return FALSE; } -int wxJoystick::GetNumberJoysticks() const +int wxJoystick::GetNumberJoysticks() { // TODO return 0; @@ -111,7 +111,7 @@ int wxJoystick::GetProductId() const wxString wxJoystick::GetProductName() const { // TODO - return wxString(""); + return wxString(wxT("")); } int wxJoystick::GetXMin() const @@ -279,6 +279,8 @@ bool wxJoystick::ReleaseCapture() return FALSE; } +#endif + // !OSX #endif - // wxUSE_JOYSTICK + // wxUSE_JOYSTICK