MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / getGamepadAxisValue

Function getGamepadAxisValue

src/core/index.ts:654–656  ·  view source on GitHub ↗
(id: number, axis: number)

Source from the content-addressed store, hash-verified

652}
653
654export function getGamepadAxisValue(id: number, axis: number): number {
655 return bloom_get_gamepad_axis(axis);
656}
657
658export function getGamepadAxis(axis: number): number {
659 return bloom_get_gamepad_axis(axis);

Callers

nothing calls this directly

Calls 1

bloom_get_gamepad_axisFunction · 0.50

Tested by

no test coverage detected