This repository has been archived on 2025-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
helpless/oogabooga
Charlie 8a0fc81576 - User input
- Input state polling & consuming
		- is_key_down, is_key_just_pressed, is_key_just_release
		- consume_key_down, consume_key_just_pressed, consume_key_just_released
	- Input events
		- Key event
		- Scroll event
		- Text event
- unicode.c
	- utf16_to_utf32
2024-06-29 17:54:30 +02:00
..
third_party - Simple rectangle drawing 2024-06-29 13:27:37 +02:00
base.c - User input 2024-06-29 17:54:30 +02:00
drawing.c - Simple rectangle drawing 2024-06-29 13:27:37 +02:00
gfx_impl_d3d11.c - Simple rectangle drawing 2024-06-29 13:27:37 +02:00
gfx_impl_legacy_opengl.c - Simple rectangle drawing 2024-06-29 13:27:37 +02:00
input.c - User input 2024-06-29 17:54:30 +02:00
linmath.c - Simple rectangle drawing 2024-06-29 13:27:37 +02:00
memory.c - Simple rectangle drawing 2024-06-29 13:27:37 +02:00
oogabooga.c - User input 2024-06-29 17:54:30 +02:00
os_impl_windows.c - User input 2024-06-29 17:54:30 +02:00
os_interface.c - User input 2024-06-29 17:54:30 +02:00
random.c - Simple rectangle drawing 2024-06-29 13:27:37 +02:00
string.c - User input 2024-06-29 17:54:30 +02:00
string_format.c Same for sprint and tprint 2024-06-28 21:57:37 +02:00
tests.c Make print a macro so we don't need to do const_string on fmt strings 2024-06-28 21:39:55 +02:00
unicode.c - User input 2024-06-29 17:54:30 +02:00