Module gamebind

Source
Expand description

Game keybinds.

Structs§

GameBindIter
An iterator over the variants of GameBind

Enums§

GameBind
Game keybinds.

Functions§

invoke_gamebind_async
Presses the given GameBind asynchronously and release after the given duration.
is_gamebind_bound
Checks if the given GameBind is bound.
press_gamebind
Presses the given GameBind.
press_gamebind_async
Presses the given GameBind asynchronously.
release_gamebind
Releases the given GameBind.
release_gamebind_async
Releases the given GameBind asynchronously.

Type Aliases§

RawGamebindInvokeAsync
RawGamebindIsBound
RawGamebindPress
RawGamebindPressAsync
RawGamebindRelease
RawGamebindReleaseAsync