MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ddio_Frame

Function ddio_Frame

ddio/ddio.cpp:140–144  ·  view source on GitHub ↗

handles buffered input from devices once per frame.

Source from the content-addressed store, hash-verified

138}
139// handles buffered input from devices once per frame.
140void ddio_Frame() {
141 ddio_InternalKeyFrame();
142 ddio_InternalMouseFrame();
143 ddio_InternalJoyFrame();
144}

Callers 3

FontDoIOFunction · 0.85
OnIdleMethod · 0.85
D3DeferHandlerFunction · 0.85

Calls 3

ddio_InternalKeyFrameFunction · 0.85
ddio_InternalMouseFrameFunction · 0.85
ddio_InternalJoyFrameFunction · 0.85

Tested by

no test coverage detected