MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / InputDevice

Method InputDevice

src/InputManager.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15//----- InputDevice ----------------------------------------------------------------------------
16
17InputDevice::InputDevice(const std::string & deviceName, unsigned long vendorId, unsigned long productId)
18 : name(deviceName), vendor(vendorId), product(productId)
19{
20}
21
22bool InputDevice::operator==(const InputDevice & b) const
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected