Crate control_craft

Source

Enums§

MouseButton

Functions§

click_mouse_button
Simulates a mouse button click (left or right).
click_mouse_button_left
Simulates a left mouse button click.
click_mouse_button_right
Simulates a right mouse button click.
drag_and_drop
Simulates a drag-and-drop operation from the current cursor position to the specified screen coordinates (x, y).
press_key
Simulates pressing and releasing a keyboard key.
set_cursor_pos
Moves the mouse cursor to the specified screen coordinates (x, y).