NDSummary.OnToolTipsLoaded("File:device/paddle.h",{64:"
void Paddle_Update()
Update both joystick port and store paddles information
",65:"
inline bool Paddle_IsConnected(
u8 port
)
Check if a paddle is connected to the given port
",66:"
inline u16 Paddle_GetAngle(
u8 port
)
Get the rotation angle of a paddle on the given port
",67:"
inline bool Paddle_IsButtonPressed(
u8 port
)
Check if the given paddle\'s button is pressed
",68:"
inline void Paddle_SetCalibration(
u8 port,
u16 min,
u16 max
)
Calibrate the given paddle
",69:"
u8 Paddle_GetCalibratedAngle(
u8 port
)
Get the callibrated rotation angle of a paddle on the given port
"});