Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
334
void Input::Source::SimulateKeyPress(Input::Keys::InputKey key) {
335
keystates_virtual[key] = true;
336
}
337
338
void Input::LogSource::UpdateSystem() {
339
// input log does not record actions outside of logical frames.
Callers
1
SimulateButtonPress
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected