···63636464 // init our text input widget. The text input widget needs an allocator to
6565 // store the contents of the input
6666- var text_input = TextInput.init(alloc, &vx.unicode);
6666+ var text_input = TextInput.init(alloc);
6767 defer text_input.deinit();
68686969 try vx.setMouseMode(writer, true);