Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mouse click effect capability for screen recording #7622

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Prev Previous commit
removing empty lines
  • Loading branch information
Vertygo committed Oct 15, 2024
commit 5ac1d293dde4495b30849151157b394267046c4c
1 change: 0 additions & 1 deletion ShareX.HelpersLib/Input/MouseClickEffectManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ public class MouseClickEffectManager : IDisposable
private MouseHook mouseHook;
private MouseClickEffectForm clickEffectForm;


// start click mouse effects
public void Start()
{
Expand Down
1 change: 0 additions & 1 deletion ShareX.HelpersLib/Input/MouseHook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ public class MouseHook : IDisposable
{
private HookProc proc;
private static IntPtr hookID = IntPtr.Zero;

public delegate void MouseEventHandler(MouseEventInfo eventInfo);
public event MouseEventHandler OnMouseEvent;

Expand Down