#include <calibrate.h>
Inheritance diagram for VGUI::Calibrate:


Public Member Functions | |
| Calibrate () | |
| Calibrate (Widget *w) | |
| ~Calibrate () | |
| void | Draw () |
| void | Draw (float opacity) |
| void | Save () |
| void | ResetValue () |
| void | GrabJoyMove (Uint8 joy_idx, Uint8 joy_axis, bool joy_positive, float joy_value) |
| void | HookIncValuePress () |
| void | HookDecValuePress () |
| void | HookIncValueRelease () |
| void | HookDecValueRelease () |
Private Attributes | |
| map< int, map< int, CalSet * > > | calibrations |
| TEXTURE_HANDLE | axis_field_tex |
| TEXTURE_HANDLE | joy_cursor_tex |
| TEXTURE_HANDLE | joy_cal_box_tex |
| float | field_width |
| float | field_height |
| float | cursor_width |
| float | cursor_height |
| int | cur_joy_idx |
Definition at line 27 of file calibrate.h.
|
|
|
|
|
|
Definition at line 59 of file calibrate.cpp. References ResetValue(). |
|
|
|
Reimplemented from VGUI::Widget. Definition at line 109 of file calibrate.cpp. |
|
||||||||||||||||||||
|
Reimplemented from VGUI::Widget. Definition at line 230 of file calibrate.cpp. References calibrations, and NULL. |
|
|
Reimplemented from VGUI::Widget. Definition at line 46 of file calibrate.h. |
|
|
Reimplemented from VGUI::Widget. Definition at line 263 of file calibrate.cpp. References cur_joy_idx. |
|
|
Reimplemented from VGUI::Widget. Definition at line 45 of file calibrate.h. |
|
|
Reimplemented from VGUI::Widget. Definition at line 255 of file calibrate.cpp. References cur_joy_idx. |
|
|
Reimplemented from VGUI::Widget. Definition at line 89 of file calibrate.cpp. References calibrations. Referenced by ~Calibrate(). |
|
|
Reimplemented from VGUI::Widget. Definition at line 64 of file calibrate.cpp. References calibrations, gamecontrols, VGUI::CalSet::GetLowerValue(), VGUI::CalSet::GetUpperValue(), GAMECONTROLS::MinimizeCalibration(), and GAMECONTROLS::SetCalibrationPoint(). |
|
|
Definition at line 31 of file calibrate.h. Referenced by Calibrate(), and Draw(). |
|
|
Definition at line 30 of file calibrate.h. Referenced by Draw(), GrabJoyMove(), ResetValue(), and Save(). |
|
|
Definition at line 33 of file calibrate.h. Referenced by Calibrate(), Draw(), HookDecValueRelease(), and HookIncValueRelease(). |
|
|
Definition at line 32 of file calibrate.h. Referenced by Calibrate(), and Draw(). |
|
|
Definition at line 32 of file calibrate.h. Referenced by Calibrate(), and Draw(). |
|
|
Definition at line 32 of file calibrate.h. Referenced by Calibrate(), and Draw(). |
|
|
Definition at line 32 of file calibrate.h. Referenced by Calibrate(), and Draw(). |
|
|
Definition at line 31 of file calibrate.h. Referenced by Calibrate(), and Draw(). |
|
|
Definition at line 31 of file calibrate.h. Referenced by Calibrate(), and Draw(). |
1.4.6