Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ setResponseMode
Method
setResponseMode
gui/qt/lcdwidget.cpp:200–202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
void LCDWidget::setResponseMode(bool state) {
201
m_responseMode = state;
202
}
203
204
void LCDWidget::setFrameskip(int value) {
205
m_frameskip = value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected