Searched defs:PlayerIdLight (Results 1 – 2 of 2) sorted by relevance
125 struct PlayerIdLight : public Light { struct126 explicit PlayerIdLight(InputDeviceContext& context, const std::string& name, int32_t id, in PlayerIdLight() argument131 std::unordered_map<int32_t, int32_t> rawLightIds;
9151 TEST_F(LightControllerTest, PlayerIdLight) { in TEST_F() argument