MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / Get

Method Get

tests/Engine/Platform/EventHandler/StateFactory.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "WindowModificationState.hpp"
12
13std::shared_ptr<Ndk::State> StateFactory::Get(EventStatus state)
14{
15 return s_states[state];
16}
17
18std::shared_ptr<Ndk::State> StateFactory::Get(unsigned int state)
19{

Callers 3

Billboard.cppFile · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected