SXLibrary v0.2 Is Here With Some New Gooey Goodness

The formidable code wizard xart offers up the newest iteration of his SXLibrary, and this time, he’s put in some GUI functionality. SXLibrary v0.2 is a clutch resource for homebrew developers that promises to facilitate a few good gallons of original homebrew. Check out the changelog:
GUI :
Code:
- void sxGuiVerticalScrollBar(int min, int max, int value, int limit);
- void sxGuiHorizontalScrollBar(int min, int max, int value, int limit);
- void sxGuiProgressBar(int x, int y, int length, float perc);
USB :
Code:
- int sxUsbInit(void);
- int sxUsbActivate(void);
- int sxUsbDeactivate(void);
- int sxUsbToggle(void);
MOUSE EMULATION :
Code:
- void sxCtrlEnableMouseEmulation(void);
- void sxCtrlDisableMouseEmulation(void);
BUG FIXES :
- Rendering Images not on power of 2 boundery fixed.
Thanks to xart for his spirited contributions to the developers’ circuit.
Download SXLibrary v0.2