MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / operator==

Method operator==

src/InputManager.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22bool InputDevice::operator==(const InputDevice & b) const
23{
24 return (name == b.name && vendor == b.vendor && product == b.product);
25}
26
27//----- InputManager ---------------------------------------------------------------------------
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected