1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 08:29:54 +08:00

OpenTK -> osuTK

This commit is contained in:
smoogipoo
2018-11-20 16:51:59 +09:00
committed by miterosan
Unverified
parent 2126cf0d9a
commit 39e9c61e24
462 changed files with 678 additions and 678 deletions
@@ -1,11 +1,11 @@
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using OpenTK.Graphics;
using osuTK.Graphics;
using System;
using osu.Framework.Input.Events;
using osu.Game.Input.Bindings;
using OpenTK.Input;
using osuTK.Input;
namespace osu.Game.Graphics.UserInterface
{