No description
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.
Find a file
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
oogabooga - User input 2024-06-29 17:54:30 +02:00
.gitignore - Basic fixed-length string with replacement for C standard printing & fmt stuff 2024-06-28 18:50:30 +02:00
build.bat - User input 2024-06-29 17:54:30 +02:00
build.c - User input 2024-06-29 17:54:30 +02:00
build_clang.bat - User input 2024-06-29 17:54:30 +02:00
build_release.bat - User input 2024-06-29 17:54:30 +02:00
build_release_clang.bat - User input 2024-06-29 17:54:30 +02:00
entry.c - User input 2024-06-29 17:54:30 +02:00