Video display modes and management
More...
Video display modes and management
◆ vid_set_mode()
Set the video mode.
This function sets the current video mode to the one specified by the parameters.
- Parameters
-
dm | The display mode to use. One of the DM_* values. |
pm | The pixel mode to use. One of the PM_* values. |
◆ vid_set_mode_ex()
Set the video mode.
This function sets the current video mode to the mode structure passed in. You can use this to add support to your program for modes that KOS doesn't have support for built-in (of course, you should tell us the settings so we can add them into KOS if you do this).
- Parameters
-
◆ vid_builtin
The list of builtin video modes.
Do not modify these!
◆ vid_mode
The current video mode.
Do not modify directly!