MCPcopy 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
270UINT empty_raw_input(PUINT size) {
271 if (size)
272 *size = 0;
273 return 0;
274}
275
276UINT blocked_raw_input_data(LPVOID data, PUINT size) {
277 if (size)

Callers 2

hkGetRawInputBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected