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() function131 std::unordered_map<int32_t, int32_t> rawLightIds;
8869 TEST_F(LightControllerTest, PlayerIdLight) { in TEST_F() argument