Function send_wnd_proc_to_game

Source
pub fn send_wnd_proc_to_game(
    h_wnd: HWND,
    u_msg: u32,
    w_param: WPARAM,
    l_param: LPARAM,
) -> LRESULT
Expand description

Sends a WNDPROC directly to the game, bypassing other hooks.