mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-16 04:29:16 +08: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();
|