View Source AFK.Keycode.None (afk v0.3.2)

Represents a key that does nothing when pressed.

Link to this section Summary

Functions

Creates a None keycode.

Link to this section Types

@type t() :: %AFK.Keycode.None{}

Link to this section Functions

@spec new() :: t()

Creates a None keycode.

examples

Examples

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