mirror of https://github.com/ppy/SDL3-CS.git
Mark interactive test with `[Explicit]`
This commit is contained in:
parent
3a0f3844b7
commit
4ee7f7e617
|
|
@ -2,10 +2,12 @@
|
|||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
using System.Drawing;
|
||||
using NUnit.Framework;
|
||||
using static SDL.SDL3;
|
||||
|
||||
namespace SDL.Tests
|
||||
{
|
||||
[Explicit("Uses an interactive window.")]
|
||||
public unsafe class TestPositionalInputVisualisation : MainCallbacksTest
|
||||
{
|
||||
private SDL_Window* window;
|
||||
|
|
|
|||
Loading…
Reference in New Issue