Finished fixing input back to prev-sokol feature parity
This commit is contained in:
@ -399,6 +399,10 @@ next :: proc {
|
||||
next_queue_iterator,
|
||||
}
|
||||
|
||||
peek_back :: proc {
|
||||
queue.peek_back,
|
||||
}
|
||||
|
||||
peek_front :: proc {
|
||||
queue.peek_front,
|
||||
}
|
||||
|
Reference in New Issue
Block a user