mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
[New Utility]Mouse Without Borders
* Integrate Mouse Without Borders into PowerToys --------- Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
This commit is contained in:
committed by
Jaime Bernardo
parent
a0b9af039d
commit
29eebe16a4
17
src/modules/MouseWithoutBorders/ModuleInterface/trace.h
Normal file
17
src/modules/MouseWithoutBorders/ModuleInterface/trace.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
class Trace
|
||||
{
|
||||
public:
|
||||
static void RegisterProvider() noexcept;
|
||||
static void UnregisterProvider() noexcept;
|
||||
|
||||
class MouseWithoutBorders
|
||||
{
|
||||
public:
|
||||
static void Enable(bool enabled) noexcept;
|
||||
static void ToggleServiceRegistration(bool enabled) noexcept;
|
||||
static void Activate() noexcept;
|
||||
static void AddFirewallRule() noexcept;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user