示例#1
0
    private void initMouse()
    {
        p_Cursor = new UICursor(this);
        p_Cursor.Enable();

        p_Pan = new UIPan(this, p_Cursor);
        addUI(p_Pan);
    }