MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / VirtualKeyboard_Init

Function VirtualKeyboard_Init

src/VirtualKeyboard.h:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 int x, int y, int width, int height);
104
105static void VirtualKeyboard_Init(void) {
106 if (kb_inited) return;
107 kb_inited = true;
108 Font_Make(&kb_font, 16, FONT_FLAGS_NONE);
109}
110
111static int VirtualKeyboard_Width(void) {
112 return kb->rowWidth * kb_tileWidth;

Callers 1

VirtualKeyboard_OpenFunction · 0.85

Calls 1

Font_MakeFunction · 0.85

Tested by

no test coverage detected