module: basic event handler parameter validation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
92a9836c61
commit
b4a479fb3f
5 changed files with 28 additions and 23 deletions
|
|
@ -70,7 +70,7 @@ fn init(
|
|||
s.ft = try ft.Library.init();
|
||||
s.face = try s.ft.createFaceMemory(assets.roboto_medium_ttf, 0);
|
||||
|
||||
text_mod.send(.prepare, .{ &[_]u21{ '?', '!', 'a', 'b', '#', '@', '%', '$', '&', '^', '*', '+', '=', '<', '>', '/', ':', ';', 'Q', '~' } });
|
||||
text_mod.send(.prepare, .{&[_]u21{ '?', '!', 'a', 'b', '#', '@', '%', '$', '&', '^', '*', '+', '=', '<', '>', '/', ':', ';', 'Q', '~' }});
|
||||
}
|
||||
|
||||
fn prepare(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue