コード例 #1
0
//==============================================================================
// Constructor. See if there is a simple way to have one or more Input
//     controllers. Maybe register at construction time
//==============================================================================
CommanderInputController::CommanderInputController()
{
    RegisterInputController(this);
}
コード例 #2
0
//==============================================================================
// Constructor. See if there is a simple way to have one or more Input
//     controllers. Maybe register at construction time
//==============================================================================
DIYXBeeController::DIYXBeeController()
{
  RegisterInputController(this);
}