mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Move IKeyboardMouseInput interface.
This commit is contained in:
parent
82ecea29c4
commit
bc27bd77ea
@ -2,7 +2,7 @@
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Remotely.Shared.Models;
|
||||
using Remotely.ScreenCast.Core.Enums;
|
||||
using Remotely.ScreenCast.Core.Input;
|
||||
using Remotely.ScreenCast.Core.Interfaces;
|
||||
using Remotely.ScreenCast.Core.Models;
|
||||
using Remotely.ScreenCast.Core.Sockets;
|
||||
using Remotely.ScreenCast.Core.Services;
|
||||
|
||||
@ -5,7 +5,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Remotely.ScreenCast.Core.Input
|
||||
namespace Remotely.ScreenCast.Core.Interfaces
|
||||
{
|
||||
public interface IKeyboardMouseInput
|
||||
{
|
||||
@ -12,7 +12,7 @@ using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Net;
|
||||
using Remotely.ScreenCast.Core.Services;
|
||||
using Remotely.ScreenCast.Core.Input;
|
||||
using Remotely.ScreenCast.Core.Interfaces;
|
||||
using Remotely.Shared.Win32;
|
||||
using Remotely.ScreenCast.Core.Interfaces;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using Remotely.ScreenCast.Core.Input;
|
||||
using Remotely.ScreenCast.Core.Interfaces;
|
||||
using Remotely.ScreenCast.Core.Services;
|
||||
using Remotely.ScreenCast.Linux.X11Interop;
|
||||
using Remotely.ScreenCast.Core;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using Remotely.ScreenCast.Core.Input;
|
||||
using Remotely.ScreenCast.Core.Interfaces;
|
||||
using Remotely.ScreenCast.Core.Models;
|
||||
using System;
|
||||
using Remotely.Shared.Win32;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user