MCPcopy
hub / github.com/EngoEngine/engo / Modifier

TypeAlias Modifier

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

Modifier represents a special key pressed along with another key

Source from the content-addressed store, hash-verified

8
9// Modifier represents a special key pressed along with another key
10type Modifier int
11
12var (
13 // Move is an action representing mouse movement

Callers 5

engo_js.goFile · 0.85
CreateWindowFunction · 0.85
CreateWindowFunction · 0.85
RunIterationFunction · 0.85
input_data.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected