Skip to content

Instantly share code, notes, and snippets.

View PERECil's full-sized avatar

Mathieu Muller PERECil

  • Strasbourg, France
View GitHub Profile
@PERECil
PERECil / KeyboardComponent.cs
Last active November 10, 2017 14:23
Advanced keyboard/mouse management component for Monogame
//-----------------------------------------------------------------------
// <copyright file="KeyboardComponent.cs" company="Mathieu Muller">
// Copyright © Mathieu Muller. All rights reserved.
// </copyright>
// <author>Mathieu Muller</author>
//-----------------------------------------------------------------------
namespace MonoGame.Extensions.Components.Input
{
#region Using statements