Skip to content

Instantly share code, notes, and snippets.

View GettingWhiter's full-sized avatar

Robert White GettingWhiter

View GitHub Profile
@ikt32
ikt32 / input.lua
Last active June 15, 2022 15:27
BeamNG steering assist (Last updated with 0.23.5)
-- This Source Code Form is subject to the terms of the bCDDL, v. 1.1.
-- If a copy of the bCDDL was not distributed with this
-- file, You can obtain one at http://beamng.com/bCDDL-1.1.txt
local M = {}
M.keys = {} -- Backwards compatibility
local MT = {} -- metatable
local keysDeprecatedWarned
MT.__index = function(tbl, key)