SDL3-CS/SDL3-CS/SDL3/SDL_keycode.cs

11 lines
237 B
C#

// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
namespace SDL
{
[Typedef]
public enum SDL_Keycode : Int32;
}