Make wxJoystick::GetNumberJoystick a static method, as the number of
authorMart Raudsepp <leio@gentoo.org>
Tue, 29 Nov 2005 12:50:13 +0000 (12:50 +0000)
committerMart Raudsepp <leio@gentoo.org>
Tue, 29 Nov 2005 12:50:13 +0000 (12:50 +0000)
commitda9e956384a0619a0ecaa0bd1e4ba26b133b60a9
tree7a5565708278e1af6bda881980c7ae3f9b88e003
parentb377eda09d9eca8810cee1c252879bee3c9bd190
Make wxJoystick::GetNumberJoystick a static method, as the number of
joysticks attached to the computer is a global property, not one of the
specific instance. Patch from Lauri Nurmi.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
docs/latex/wx/joystick.tex
include/wx/mac/carbon/joystick.h
include/wx/mac/classic/joystick.h
include/wx/mac/corefoundation/joystick.h
include/wx/os2/joystick.h
include/wx/unix/joystick.h
include/wx/x11/joystick.h
samples/joytest/joytest.cpp
src/mac/carbon/joystick.cpp
src/mac/classic/joystick.cpp
src/mac/corefoundation/hidjoystick.cpp
src/os2/joystick.cpp
src/unix/joystick.cpp
src/x11/joystick.cpp