this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

examples: fix text_input

+1 -1
+1 -1
examples/text_input.zig
··· 63 63 64 64 // init our text input widget. The text input widget needs an allocator to 65 65 // store the contents of the input 66 - var text_input = TextInput.init(alloc, &vx.unicode); 66 + var text_input = TextInput.init(alloc); 67 67 defer text_input.deinit(); 68 68 69 69 try vx.setMouseMode(writer, true);