5 JoeyLib API
Scott Duensing edited this page 2019-10-17 19:29:23 -05:00

This documentation only covers the public parts of JoeyLib. Do NOT use any private structs, enums, functions, etc. you may find in the code! Private item names always begin with an underscore.

The JoeyLib API is broken into several sections:

  • Data

    • [Data Types](JoeyLib Data Types)
    • [Definitions](JoeyLib Definitions)
    • [Enumerations](JoeyLib Enumerations)
    • [Structures](JoeyLib Structures)
  • Functions

    • [Display](JoeyLib Display Functions)
    • [Drawing](JoeyLib Drawing Functions)
    • [Gamepad](JoeyLib Gamepad Functions)
    • [Keyboard](JoeyLib Keyboard Functions)
    • [Memory Management](JoeyLib Memory Functions)
    • [Palette](JoeyLib Palette Functions)
    • [Sound & Music](JoeyLib Sound Functions)
    • [Static Images](JoeyLib Static Image Functions)
    • [Utilities](JoeyLib Utility Functions)
    • [Vector Images](JoeyLib Vector Image Functions)