Input bouncing through to input system.
This commit is contained in:
@@ -37,6 +37,11 @@ public:
|
||||
|
||||
void AddDriver(InputDriver* driver);
|
||||
|
||||
XRESULT GetCapabilities(
|
||||
uint32_t user_index, uint32_t flags, X_INPUT_CAPABILITIES& out_caps);
|
||||
XRESULT GetState(uint32_t user_index, X_INPUT_STATE& out_state);
|
||||
XRESULT SetState(uint32_t user_index, X_INPUT_VIBRATION& vibration);
|
||||
|
||||
private:
|
||||
Emulator* emulator_;
|
||||
xe_memory_ref memory_;
|
||||
|
||||
Reference in New Issue
Block a user