Rename strings.Builder procedures to be consistent with the rest of the core library

This commit is contained in:
gingerBill
2022-07-11 11:50:08 +01:00
parent 9e376fbda7
commit c90b7c38f1
12 changed files with 106 additions and 144 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ end :: proc(ctx: ^Context) {
/* reset input state */
ctx.key_pressed_bits = {} // clear
strings.reset_builder(&ctx.text_input)
strings.builder_reset(&ctx.text_input)
ctx.mouse_pressed_bits = {} // clear
ctx.mouse_released_bits = {} // clear
ctx.scroll_delta = Vec2{0, 0}