Files
noggit-red/src/noggit/Input.hpp
2024-09-06 20:16:57 +00:00

9 lines
193 B
C++

// This file is part of Noggit3, licensed under GNU General Public License (version 3).
#pragma once
namespace Noggit
{
constexpr float XSENS = 15.0f;
constexpr float YSENS = 15.0f;
}