Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Nov 4, 2021
1 parent 60bef52 commit d3c1db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ unsafe fn create_input(key_code: u16, flags: u32) -> INPUT {
let mut input = mem::zeroed::<INPUT>();
input.type_ = INPUT_KEYBOARD;
let mut ki = input.u.ki_mut();
ki.wVk = wvk;
ki.wVk = 0;
ki.wScan = key_code;
ki.dwExtraInfo = 0;
ki.dwFlags = flags;
Expand Down

0 comments on commit d3c1db4

Please sign in to comment.