13 lines
186 B
C#
Raw Permalink Normal View History

// Compiler options: -t:library
namespace Qt
{
public class QtSupport
{
protected static event MousePressEvent mousePressEvent;
protected delegate void MousePressEvent ();
}
}