mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
6 lines
144 B
C
6 lines
144 B
C
|
|
#pragma once
|
||
|
|
#include <interface/lowlevel_keyboard_event_data.h>
|
||
|
|
|
||
|
|
void start_lowlevel_keyboard_hook();
|
||
|
|
void stop_lowlevel_keyboard_hook();
|