Skip to content

Instantly share code, notes, and snippets.

View Kaloyan501's full-sized avatar
๐Ÿ
Working on a simple console snake game.

Kaloyan Donev (aka MineManiack) Kaloyan501

๐Ÿ
Working on a simple console snake game.
  • Bulgaria
  • 00:25 (UTC +03:00)
View GitHub Profile
@Kaloyan501
Kaloyan501 / input_keyboard.cpp
Created March 3, 2026 18:34
Advanced Keyboard and Mouse shim for Minecraft Legacy Console Edition
#include "stdafx.h"
#include <Windows64\4JLibs\inc\4J_Input.h>
#include <Common\App_enums.h>
#include <Windows.h>
#include <iostream>
#include <atomic>
#include <chrono>
#include <vector>
#include <algorithm>