MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / is

Method is

src/Core/Input/InputButton.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 bool InputButton::is(InputType inputType) const
72 {
73 return inputType == m_type;
74 }
75
76 bool InputButton::isWritable() const
77 {

Callers 1

getInputsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected