Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fable2Recomp/Fable2Recomp
/ OnKeyDown
Method
OnKeyDown
src/main.cpp:194–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
void OnKeyDown(rex::ui::KeyEvent& e) override {
195
rex::ui::ProcessKeyEvent(e);
196
}
197
198
void OnClosing(rex::ui::UIEvent& e) override {
199
(void)e;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected