<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">

	<Button name="ConsolePortCursor" hidden="true" frameStrata="TOOLTIP" frameLevel="10000">
		<Size x="32" y="32"/>
		<Attributes>
			<Attribute name="nodeignore" type="boolean" value="true"/>
			<Attribute name="ignoregamepadhotkey" type="boolean" value="true"/>
		</Attributes>
		<Frames>
			<Frame parentKey="Mime" frameStrata="FULLSCREEN_DIALOG" hidden="true">
				<Scripts>
					<OnLoad>
						self.Fonts = CreateFontStringPool(self, 'OVERLAY');
						self.Textures = CreateTexturePool(self, 'OVERLAY');
					</OnLoad>
				</Scripts>
				<Animations>
					<AnimationGroup parentKey="Scale">
						<Scale parentKey="Enlarge" childKey="Highlight" smoothing="OUT" duration=".1" order="1">
							<Origin point="CENTER"/>
						</Scale>
						<Scale parentKey="Shrink" childKey="Highlight" smoothing="IN" duration=".2" order="2">
							<Origin point="CENTER"/>
						</Scale>
					</AnimationGroup>
				</Animations>
			</Frame>
			<Frame parentKey="Display" inherits="CPCursorArrowTemplate" frameStrata="TOOLTIP">
				<Layers>
					<Layer level="OVERLAY" textureSubLevel="7">
						<Texture parentKey="Button">
							<Size x="32" y="32"/>
							<Anchors>
								<Anchor point="CENTER" x="10" y="-10"/>
							</Anchors>
						</Texture>
					</Layer>
				</Layers>
			</Frame>
			<Frame parentKey="Blocker" hidden="true" enableMouse="true">
				<Scripts>
					<OnLoad>
						self:SetParent(nil);
						self:SetAllPoints();
						self:SetFrameStrata('TOOLTIP');
					</OnLoad>
				</Scripts>
			</Frame>
		</Frames>
		<Animations>
			<AnimationGroup parentKey="ScaleInOut">
				<!--<Translation parentKey="Translate" smoothing="OUT" duration=".05" order="1"/>-->
				<Scale parentKey="Enlarge" smoothing="OUT" duration=".1" order="1">
					<Origin point="TOPLEFT"/>
				</Scale>
				<Scale parentKey="Shrink" smoothing="IN" duration=".2" order="2">
					<Origin point="TOPLEFT"/>
				</Scale>
			</AnimationGroup>
		</Animations>
	</Button>
	
</Ui>