windows_system.h 520 B

1234567891011121314
  1. #pragma once
  2. #include <stdbool.h>
  3. #include <wchar.h>
  4. struct HWND__;
  5. void iron_microsoft_format(const char *format, va_list args, wchar_t *buffer);
  6. bool iron_windows_set_display_mode(int display_index, int width, int height, int bpp, int frequency);
  7. void iron_windows_restore_display(int display_index);
  8. void iron_windows_restore_displays();
  9. void iron_windows_hide_windows();
  10. void iron_windows_destroy_windows();
  11. struct HWND__ *iron_windows_window_handle();