Skip to main content

Action

Type Alias Action 

Source
pub type Action = String;
Expand description

A named action identifier. Actions are the canonical input “nouns” that game logic listens to instead of raw key codes.

Aliased Type§

pub struct Action { /* private fields */ }