X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89bb3f024443c8129a6acfb28a4d24ca9f190fcf..aacbb5dc43ec99d4a5b5cbdfd34ee0112ad58ba1:/interface/wx/joystick.h diff --git a/interface/wx/joystick.h b/interface/wx/joystick.h index 70e5b807e7..eb519f3037 100644 --- a/interface/wx/joystick.h +++ b/interface/wx/joystick.h @@ -3,7 +3,7 @@ // Purpose: interface of wxJoystick // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -48,7 +48,7 @@ public: @param id The button id to report, from 0 to GetNumberButtons() - 1 */ - bool GetButtonState(unsigned id) const; + bool GetButtonState(unsigned int id) const; /** Returns the manufacturer id. @@ -114,7 +114,7 @@ public: @param axis The joystick axis to report, from 0 to GetNumberAxes() - 1. */ - int GetPosition(unsigned axis) const; + int GetPosition(unsigned int axis) const; /** Returns the product id for the joystick.