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

Function injectGamepadButtonDown

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

Source from the content-addressed store, hash-verified

815export function injectKeyUp(key: number): void { bloom_inject_key_up(key); }
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

Callers 1

updateVirtualButtonFunction · 0.90

Calls 1

Tested by

no test coverage detected