You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try make new function in Vmulti.cs
public void updateMousetest()
{
vmulti_update_mouse(vmulti, 1, 100, 100, 0);
}
and call updateMousetest() in Program.cs
but is didnt worked =(