cleanup: namespace Montauk (capital M) => montauk::abi

This commit is contained in:
2026-06-16 09:09:16 +02:00
parent b091af7653
commit e3dc1e881d
165 changed files with 758 additions and 758 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ struct InputState {
}
// Process a window event
void handle_event(const Montauk::WinEvent& ev) {
void handle_event(const montauk::abi::WinEvent& ev) {
if (ev.type == 0) { // keyboard
// PS/2 scan code set 1: release codes have bit 7 set.
// Mask to base scancode so press and release map to the same index.