Got initial box mouse select detection working

This commit is contained in:
2024-02-12 00:35:22 -05:00
parent 6147d4e344
commit 794852a0b0
8 changed files with 90 additions and 51 deletions

View File

@ -123,6 +123,9 @@ startup :: proc( live_mem : virtual.Arena, snapshot_mem : []u8, host_logger : ^
frame_1.color = Color_BG_TextBox
// Frame is getting interpreted as points (It doesn't have to be, I'm just doing it...)
box_set_size( & frame_1, { 400, 200 } )
frame_2.color = Color_BG_TextBox_Green
box_set_size( & frame_2, { 350, 500 } )
// frame_1.position = { 1000, 1000 }
}
}