Skip to documentation
SLOP

tiny.windowing.GamepadButton

Reference tiny.windowing GamepadButton

Defined in gamepad.

API (15)

Fields and members

Public fields and members.

No direct callersNo direct callsgamepadButton
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/windowing/src/gamepad.zig:104

zig
pub const Button = enum(u4) {    south = 0,    east = 1,    west = 2,    north = 3,    left_bumper = 4,    right_bumper = 5,    select = 6,    start = 7,    guide = 8,    left_thumb = 9,    right_thumb = 10,    dpad_up = 11,    dpad_down = 12,    dpad_left = 13,    dpad_right = 14,};

Source: lib/windowing/src/root.zig:92

zig
pub const GamepadButton = gamepad_module.Button;

Audit

Definitions1
Public names2
Members15
Version26.7.0
Revisiondaab053ee433