MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / CButtonMapping

Class CButtonMapping

Source/SysPSP/Input/InputManagerPSP.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33class CButtonMapping
34{
35 public:
36 virtual ~CButtonMapping() {}
37 virtual bool Evaluate( u32 psp_buttons ) const = 0;
38};
39
40class CButtonMappingMask : public CButtonMapping
41{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected