Yes. But I need some events that cannot be received via sf :: Event. For example, raw input and stylus events. Usually these events are received by the function
LRESULT CALLBACK WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
(System Windows)