MCPcopy Create free account
hub / github.com/doldecomp/mkdd / locate

Method locate

libs/JSystem/J2DGraph/J2DPrint.cpp:107–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void J2DPrint::locate(f32 x, f32 y)
108{
109 mPositionX = x;
110 mPositionY = y;
111 mCursorX = x;
112 mCursorY = y;
113 mRotation = 0.0f;
114}
115
116f32 J2DPrint::print(f32 x, f32 y, const char* format, ...)
117{

Callers 2

drawSelfMethod · 0.80
drawSelfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected