Beispiel #1
0
    public void OnMoved()
    {
        ViMouseHandlerInterface handler = _GetTop();

        if (handler != null)
        {
            handler.OnMoved();
        }
    }