MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / Toggle

Method Toggle

Source/Input/Function_Toggle_Key.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "Function_Toggle_Key.h"
2
3Toggle::Toggle(sf::Keyboard::Key key, sf::Time delay)
4: m_toggleKey (key)
5, m_toggleDelay (delay)
6{ }
7
8Toggle::operator bool()
9{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected