MCPcopy Create free account
hub / github.com/EasyRPG/Player / SimulateKeyPress

Method SimulateKeyPress

src/input_source.cpp:334–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void Input::Source::SimulateKeyPress(Input::Keys::InputKey key) {
335 keystates_virtual[key] = true;
336}
337
338void Input::LogSource::UpdateSystem() {
339 // input log does not record actions outside of logical frames.

Callers 1

SimulateButtonPressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected