Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WallBreaker2/op
/ empty_raw_input
Function
empty_raw_input
libop/hook/InputHook.cpp:270–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
}
269
270
UINT empty_raw_input(PUINT size) {
271
if (size)
272
*size = 0;
273
return 0;
274
}
275
276
UINT blocked_raw_input_data(LPVOID data, PUINT size) {
277
if (size)
Callers
2
read_filtered_raw_input_buffer
Function · 0.85
hkGetRawInputBuffer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected