MCPcopy Create free account
hub / github.com/devkitPro/3ds-hbmenu / drawingGetFrames

Function drawingGetFrames

source/drawing.h:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32void drawingSetFade(float fade);
33
34static inline u32 drawingGetFrames(void)
35{
36 extern u32 g_drawFrames;
37 return g_drawFrames;
38}
39
40void drawingEnableDepth(bool enable);
41void drawingSetMode(DrawingMode mode);

Callers 2

menuUpdateFunction · 0.85
backgroundUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected