Skip to content

Instantly share code, notes, and snippets.

View Kaloyan501's full-sized avatar
📱
Fixing up the PostmarketOS port for the Lenovo TBX505F

Kaloyan Donev (aka MineManiack) Kaloyan501

📱
Fixing up the PostmarketOS port for the Lenovo TBX505F
  • Bulgaria
  • 06:31 (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>