6 lines
78 B
C
6 lines
78 B
C
|
#pragma once
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
void disable_touch_indicators(HWND hwnd);
|