mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
option to change window transparency
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
# output: What video system to use for output (openglnb = OpenGL nearest; openglpp = OpenGL perfect; ttf = TrueType font output).
|
||||
# Possible values: default, surface, overlay, ttf, opengl, openglnb, openglhq, openglpp, ddraw, direct3d.
|
||||
# videodriver: Forces a video driver (e.g. windib/windows, directx, x11, fbcon, dummy, etc) for the SDL library to use.
|
||||
# transparency: Set the transparency of the DOSBox-X screen (both windowed and full-screen modes, on SDL2 and Windows SDL1 builds).
|
||||
# The valid value is from 0 (no transparency, the default setting) to 90 (high transparency).
|
||||
# maximize: If set, the DOSBox-X window will be maximized at start (SDL2 and Windows SDL1 builds only; use fullscreen for TTF output).
|
||||
# autolock: Mouse will automatically lock, if you click on the screen. (Press CTRL-F10 to unlock)
|
||||
#DOSBOX-X-ADV:# autolock_feedback: Autolock status feedback type, i.e. visual, auditive, none.
|
||||
@@ -77,6 +79,7 @@ windowposition =
|
||||
display = 0
|
||||
output = default
|
||||
videodriver =
|
||||
transparency = 0
|
||||
maximize = false
|
||||
autolock = false
|
||||
#DOSBOX-X-ADV:autolock_feedback = beep
|
||||
|
Reference in New Issue
Block a user