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

Function injectGamepadButtonUp

src/core/index.ts:818–818  ·  view source on GitHub ↗
(button: number)

Source from the content-addressed store, hash-verified

816export function injectGamepadAxis(axis: number, value: number): void { bloom_inject_gamepad_axis(axis, value); }
817export function injectGamepadButtonDown(button: number): void { bloom_inject_gamepad_button_down(button); }
818export function injectGamepadButtonUp(button: number): void { bloom_inject_gamepad_button_up(button); }
819
820// Platform detection
821

Callers 1

updateVirtualButtonFunction · 0.90

Calls 1

Tested by

no test coverage detected