Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <windows.h>
- #include <winable.h>
- // Blocks mouse input
- using namespace std;
- int main() {
- {
- Freeconsole();
- }
- Sleep(5000);
- {
- BlockInput(true);
- Sleep(15000);
- BlockInput(false);
- }
- // Completed.
- }
Advertisement
Add Comment
Please, Sign In to add comment