Files
osu-framework/osu.Framework.SourceGeneration.Tests/Resources/HandleInput/CommonSources/ISourceGeneratedHandleInputCache.txt
2023-06-15 16:47:12 +09:00

9 lines
302 B
Plaintext

namespace osu.Framework.Input
{
public interface ISourceGeneratedHandleInputCache
{
protected internal System.Type KnownType => typeof(object);
protected internal bool RequestsPositionalInput => false;
protected internal bool RequestsNonPositionalInput => false;
}
}