mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
24c86b5501
since the window system doesn't do it for us like other platforms. This prevents sticky keys and missed keys when going in and out of focus, for example Alt would appear to stick if switching away from an SDL app with Alt-Tab and had to be pressed again. CR: Sam
24 lines
979 B
Plaintext
Executable File
24 lines
979 B
Plaintext
Executable File
# parameter name, type, value range, required, categories
|
|
--display, integer, [1 5], false, []
|
|
--fullscreen, boolean, [], false, []
|
|
--fullscreen-desktop, boolean, [], false, []
|
|
--title, enum, [vartest bartest footest], false, []
|
|
--icon, enum, [icon.bmp], false, []
|
|
--center, boolean, [], false, []
|
|
--position, enum, [300,300], false, []
|
|
--geometry, enum, [500x500], false, []
|
|
--min-geometry, enum, [100x100 200x200], false, []
|
|
--max-geometry, enum, [600x600 700x700], false, []
|
|
--logical, enum, [500x500 550x450], false, []
|
|
--scale, integer, [1 5], false, []
|
|
--depth, integer, [1 5], false, []
|
|
--refresh, integer, [1 5], false, []
|
|
--vsync, boolean, [], false, []
|
|
--noframe, boolean, [], false, []
|
|
--resize, boolean, [], false, []
|
|
--minimize, boolean, [], false, []
|
|
--maximize, boolean, [], false, []
|
|
--grab, boolean, [], false, [mouse]
|
|
--blend, enum, [none blend add mod], false, []
|
|
--cyclecolor, boolean, [], false, []
|
|
--cyclealpha, boolean, [], false, [] |