MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / PSMoveController

Method PSMoveController

Source/PSMoveController.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#include "ModularSynth.h"
30
31PSMoveController::PSMoveController()
32{
33 mMoveMgr.Setup();
34
35 mVibration.SetValue(0);
36}
37
38void PSMoveController::Init()
39{

Callers

nothing calls this directly

Calls 2

SetupMethod · 0.45
SetValueMethod · 0.45

Tested by

no test coverage detected