MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / KeyBoard

Method KeyBoard

engine/src/input.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <cstring>
11
12KeyBoard::KeyBoard()
13{
14 input_state = 0;
15 std::memset(bKeys, 0, sizeof(bKeys));
16 std::memset(bKeys_state, 0, sizeof(bKeys_state));
17}
18
19KeyBoard::~KeyBoard() {}
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected