Skip to content

Commit

Permalink
timer functions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaulingMonkey committed Jan 5, 2024
1 parent e1df909 commit af5b39a
Show file tree
Hide file tree
Showing 5 changed files with 466 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ features = [
"errhandlingapi",
"libloaderapi",
"processthreadsapi",
"sysinfoapi",
"unknwnbase",
"winuser",
]
6 changes: 6 additions & 0 deletions src/_lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ mods! {
inl mod set_window_pos_;
inl mod set_window_text;
inl mod show_window_;
inl mod timer;
inl mod translate_message_;
}

Expand All @@ -149,6 +150,11 @@ mods! {
inl mod window_placement;
inl mod wndclass;
}

inl mod values {
pub mod TIMERV;
pub mod USER_TIMER;
}
}
}
}
Expand Down
Loading

0 comments on commit af5b39a

Please # to comment.