Started to setup input events based off sokol

Will replace the input polling done with raylib.

Going to also provide the more robust input tracking for consuming events with the UI interactions
This commit is contained in:
2024-06-17 03:35:53 -04:00
parent 05ffaf432d
commit 425a642fd3
16 changed files with 382 additions and 52 deletions

View File

@ -297,6 +297,12 @@ add :: proc {
add_range2,
}
append :: proc {
grime.array_append_array,
grime.array_append_slice,
grime.array_append_value,
}
bivec3 :: proc {
bivec3_via_f32s,
vec3_to_bivec3,