GC Adapter Implementation
This commit is contained in:
parent
f98bf1025f
commit
0248614add
18 changed files with 1156 additions and 158 deletions
|
@ -7,6 +7,8 @@
|
|||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "input_common/gcadapter/gc_poller.h"
|
||||
#include "input_common/gcadapter/gc_adapter.h"
|
||||
|
||||
namespace Common {
|
||||
class ParamPackage;
|
||||
|
@ -30,6 +32,13 @@ class MotionEmu;
|
|||
/// Gets the motion emulation factory.
|
||||
MotionEmu* GetMotionEmu();
|
||||
|
||||
class GCButtonFactory;
|
||||
class GCAnalogFactory;
|
||||
|
||||
GCButtonFactory* GetGCButtons();
|
||||
GCAnalogFactory* GetGCAnalogs();
|
||||
|
||||
|
||||
/// Generates a serialized param package for creating a keyboard button device
|
||||
std::string GenerateKeyboardParam(int key_code);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue