Symbol: _BJoystickTweaker
headers/os/device/Joystick.h
15
class _BJoystickTweaker;
headers/os/device/Joystick.h
90
friend class _BJoystickTweaker;
headers/private/device/JoystickTweaker.h
36
class _BJoystickTweaker {
headers/private/device/JoystickTweaker.h
38
_BJoystickTweaker();
headers/private/device/JoystickTweaker.h
39
_BJoystickTweaker(BJoystick &stick);
headers/private/device/JoystickTweaker.h
40
virtual ~_BJoystickTweaker();
src/kits/device/Joystick.cpp
144
_BJoystickTweaker joystickTweaker(*this);
src/kits/device/Joystick.cpp
609
_BJoystickTweaker joystickTweaker(*this);
src/kits/device/JoystickTweaker.cpp
128
_BJoystickTweaker::scan_including_disabled()
src/kits/device/JoystickTweaker.cpp
137
_BJoystickTweaker::_EmpyList(BList *list)
src/kits/device/JoystickTweaker.cpp
147
_BJoystickTweaker::get_info()
src/kits/device/JoystickTweaker.cpp
155
_BJoystickTweaker::GetInfo(_joystick_info *info, const char *ref)
src/kits/device/JoystickTweaker.cpp
180
_BJoystickTweaker::_BuildFromJoystickDesc(char *string, _joystick_info *info)
src/kits/device/JoystickTweaker.cpp
212
_BJoystickTweaker::SendIOCT(uint32 op)
src/kits/device/JoystickTweaker.cpp
36
fputs(buf, _BJoystickTweaker::sLogFile);
src/kits/device/JoystickTweaker.cpp
37
fflush(_BJoystickTweaker::sLogFile);
src/kits/device/JoystickTweaker.cpp
40
FILE *_BJoystickTweaker::sLogFile = NULL;
src/kits/device/JoystickTweaker.cpp
49
_BJoystickTweaker::_BJoystickTweaker()
src/kits/device/JoystickTweaker.cpp
58
_BJoystickTweaker::_BJoystickTweaker(BJoystick &stick)
src/kits/device/JoystickTweaker.cpp
69
_BJoystickTweaker::~_BJoystickTweaker()
src/kits/device/JoystickTweaker.cpp
75
_BJoystickTweaker::save_config(const entry_ref *ref)
src/kits/device/JoystickTweaker.cpp
83
_BJoystickTweaker::_ScanIncludingDisabled(const char *rootPath, BList *list,