afk v0.3.0 AFK.Keycode.None View Source

Represents a key that does nothing when pressed.

Link to this section Summary

Functions

Creates a None keycode.

Link to this section Types

Link to this type

t()

View Source
t() :: %AFK.Keycode.None{}

Link to this section Functions

Creates a None keycode.

Examples

iex> new()
%AFK.Keycode.None{}