mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Make visual tree public
This commit is contained in:
@@ -8,7 +8,7 @@ using System.Diagnostics;
|
||||
|
||||
namespace Microsoft.Iris.Input
|
||||
{
|
||||
internal abstract class InputInfo
|
||||
public abstract class InputInfo
|
||||
{
|
||||
private static InputInfo.InfoPool[] s_pools;
|
||||
protected ICookedInputSite _target;
|
||||
|
||||
Reference in New Issue
Block a user