# Cursor Doubler for EQ Legends

A tiny, free Windows utility for players who have trouble seeing the small
in-game cursor. It draws the current mouse cursor at exactly twice its normal
size with smooth, alpha-transparent edges.

Cursor Doubler uses a click-through desktop overlay. It does **not** inject into
the game, modify game files, read game memory, or send mouse input.

## Install and run

1. Download and unzip `CursorDoubler.zip`.
2. Double-click `CursorDoubler.exe`.
3. Leave it running while you play.

It starts enabled and places a small icon in the Windows notification area.

- Press **Ctrl+Alt+C** to toggle the doubled cursor.
- Double-click the notification-area icon to toggle it.
- Right-click the icon and choose **Exit** to quit.

## Compatibility

- Windows 10 and Windows 11
- Best in **borderless windowed** or **windowed** mode
- No installer, administrator permission, or account required
- Portable: copy the folder to another Windows PC and run it

Exclusive-fullscreen games may draw above desktop overlays. The normal cursor
remains present underneath the enlarged copy so clicks and cursor positioning
stay unchanged. As with any third-party overlay, compatibility with every game
or anti-cheat system cannot be guaranteed.

## Windows security prompt

The app is not commercially code-signed, so Windows may display a
Microsoft Defender SmartScreen warning. If you downloaded it from the official
EQ Legends Tools page, choose **More info**, then **Run anyway**.

## Build from source

Right-click `build.ps1`, choose **Run with PowerShell**, or run:

```powershell
powershell -ExecutionPolicy Bypass -File .\build.ps1
```

The build uses the C# compiler included with Windows PowerShell/.NET Framework;
no SDK or installer is required.

## Uninstall

Exit Cursor Doubler from its notification-area icon, then delete its folder.
It does not install services or write settings to the Windows registry.
