style
This commit is contained in:
@@ -10,16 +10,16 @@ class InputHandler_DInput: public InputHandler
|
||||
public:
|
||||
InputHandler_DInput();
|
||||
~InputHandler_DInput();
|
||||
void GetDevicesAndDescriptions(vector<InputDevice>& vDevicesOut, vector<CString>& vDescriptionsOut);
|
||||
void Update(float fDeltaTime);
|
||||
void GetDevicesAndDescriptions( vector<InputDevice>& vDevicesOut, vector<CString>& vDescriptionsOut );
|
||||
void Update( float fDeltaTime );
|
||||
void WindowReset();
|
||||
|
||||
private:
|
||||
RageThread InputThread;
|
||||
bool shutdown;
|
||||
|
||||
void UpdatePolled(DIDevice &device, const RageTimer &tm);
|
||||
void UpdateBuffered(DIDevice &device, const RageTimer &tm);
|
||||
void UpdatePolled( DIDevice &device, const RageTimer &tm );
|
||||
void UpdateBuffered( DIDevice &device, const RageTimer &tm );
|
||||
void PollAndAcquireDevices();
|
||||
|
||||
static int InputThread_Start( void *p ) { ((InputHandler_DInput *) p)->InputThreadMain(); return 0; }
|
||||
|
||||
Reference in New Issue
Block a user