MCPcopy Index your code
hub / github.com/EngoEngine/engo / Action

TypeAlias Action

input_data.go:4–4  ·  view source on GitHub ↗

Action corresponds to a control action such as move, press, release

Source from the content-addressed store, hash-verified

2
3// Action corresponds to a control action such as move, press, release
4type Action int
5
6// Key correspends to a keyboard key
7type Key int

Callers 1

input_data.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected