module LibSDLMacro
Defined in:
sdl-crystal-bindings.crsdl-image-bindings.cr
sdl-mixer-bindings.cr
sdl-ttf-bindings.cr
Class Method Summary
- .audio_bitsize(x)
- .audio_is_float(x)
- .bits_per_pixel(x)
- .blit_scaled(*args)
- .blit_surface(*args)
- .button(x)
- .bytes_per_pixel(x)
- .define_pixel_format(type, order, layout, bits, bytes)
- .define_pixel_fourcc(a, b, c, d)
- .fourcc(a, b, c, d)
- .game_controller_add_mappings_from_file(file)
- .get_event_state(type)
- .image_version(x)
- .image_version_atleast
- .img_get_error
- .img_set_error(*args)
- .invalid_param_error(param)
- .is_big_endian(x)
- .is_int(x)
- .is_little_endian(x)
- .is_pixel_format_alpha(format)
- .is_pixel_format_array(format)
- .is_pixel_format_fourcc(format)
- .is_pixel_format_indexed(format)
- .is_pixel_format_packed(format)
- .is_signed(x)
- .is_unsigned(x)
- .load_bmp(file)
- .load_wav(file, spec, audio_buf, audio_len)
- .mix_clear_error
- .mix_get_error
- .mix_out_of_memory
- .mix_set_error(*args)
- .mix_version(x)
- .mixer_version(x)
- .mixer_version_atleast
- .must_lock(s)
- .out_of_memory
- .pixel_flag(x)
- .pixel_layout(x)
- .pixel_order(x)
- .pixel_type(x)
- .save_bmp(surface, file)
- .scancode_to_keycode(x)
- .shape_mode_alpha(mode)
- .ttf_get_error
- .ttf_render_text(font, text, fg, bg)
- .ttf_render_unicode(font, text, fg, bg)
- .ttf_render_utf8(font, text, fg, bg)
- .ttf_set_error(*args)
- .ttf_version(x)
- .ttf_version_atleast
- .unsupported
- .version(x)
- .version_atleast(x, y, z)
- .versionnum(x, y, z)
- .window_pos_centered_display(x)
- .window_pos_is_centered(x)
- .window_pos_is_undefined(x)
- .window_pos_undefined_display(x)