NDSummary.OnToolTipsLoaded("File:device/jsx.h",{106:"
u8 JSX_Detect(
enum INPUT_PORT port
)
Detect JSX device in the given port.
",107:"
u8 JSX_Read(
enum INPUT_PORT port,
u8* buffer
)
Read JSX device in the given port.
",108:"
inline u8 JSX_GetAxisNumber(
u8 id
)
Get the number of axis from the given JSX device ID.
",109:"
inline u8 JSX_GetRowsNumber(
u8 id
)
Get the number of button rows from the given JSX device ID.
",110:"
inline u8 JSX_GetButtonsNumber(
u8 id
)
Get the number of buttons from the given JSX device ID.
",111:"
u8 JSXC_Detect(
enum INPUT_PORT port
)
Detect JSX device in the given port.
",112:"
u8 JSXC_Read(
enum INPUT_PORT port,
u8* buffer
)
Read JSX device in the given port.
"});