Crate razerctl

Source

Enums§

MouseButton
Represents mouse buttons.

Functions§

init
Initializes the connection to the Razer device.
key_down
Sends a key down (press) event.
key_up
Sends a key up (release) event.
mouse_click
Send a mouse button click event.
mouse_move
Send a relative mouse move event with the specified coordinates.