Files
rust-sdl2/sdl2/sidebar-items.js
2020-07-14 14:12:44 +00:00

1 line
1.3 KiB
JavaScript

initSidebarItems({"enum":[["Error",""],["IntegerOrSdlError","A given integer was so big that its representation as a C integer would be negative."]],"fn":[["clear_error",""],["get_error",""],["get_platform","Get platform name"],["init","Initializes the SDL library. This must be called before using any other SDL function."],["set_error",""],["set_error_from_code",""]],"mod":[["audio","Audio Functions"],["clipboard",""],["controller",""],["cpuinfo",""],["event","Event Handling"],["filesystem",""],["gfx","A binding for the library `SDL2_gfx`"],["haptic","Haptic Functions"],["hint",""],["image","A binding for the library `SDL2_image`"],["joystick",""],["keyboard",""],["log",""],["messagebox",""],["mixer","A binding for the library `SDL2_mixer`"],["mouse",""],["pixels",""],["rect","Rectangles and points."],["render","2D accelerated rendering"],["rwops",""],["surface",""],["timer",""],["touch",""],["ttf","A binding for the library `SDL2_ttf`"],["version","Querying SDL Version"],["video",""]],"struct":[["AudioSubsystem",""],["EventPump","A thread-safe type that encapsulates SDL event-pumping functions."],["EventSubsystem",""],["GameControllerSubsystem",""],["HapticSubsystem",""],["JoystickSubsystem",""],["Sdl","The SDL context type. Initialize with `sdl2::init()`."],["TimerSubsystem",""],["VideoSubsystem",""]]});