MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / KeyState

Method KeyState

source/src/input.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89{
90 bool state[Qi::key_size];
91 KeyState(bool* keyState)
92 {
93 memcpy(state, keyState, Qi::key_size);
94 }
95};
96void InputTask(BYTE key, bool press, POINT cursor, KeyState keyState)
97{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected