diff options
author | 2024-04-14 07:36:45 +1000 | |
---|---|---|
committer | 2024-04-14 07:36:45 +1000 | |
commit | 8e7af961c656c1cc1b1d2282a1c2a3d8d1f6d020 (patch) | |
tree | c2b961f3cbf7d7f80baa2176223608b6bb14ee7d /docs/source/techspecs/layout_files.rst | |
parent | 7662be246fa603345ec44776ca0f09984328c4bd (diff) |
emu/rendlay.cpp, ui/ui.cpp: Allow layout views to control pointer display.
Diffstat (limited to 'docs/source/techspecs/layout_files.rst')
-rw-r--r-- | docs/source/techspecs/layout_files.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/techspecs/layout_files.rst b/docs/source/techspecs/layout_files.rst index 297521bf945..a014756a32b 100644 --- a/docs/source/techspecs/layout_files.rst +++ b/docs/source/techspecs/layout_files.rst @@ -690,6 +690,11 @@ element. This means a view can reference elements and groups that appear after it in the file, and parameters from the enclosing scope will have their final values from the end of the ``mamelayout`` element. +A ``view`` element may have a ``showpointers`` attribute to set whether mouse +and pen pointers should be shown for the view. If present, the value must be +either ``yes`` or ``no``. If the ``showpointers`` attribute is not present, pen +and mouse pointers are shown for views that contain items bound to I/O ports. + The following child elements are allowed inside a ``view`` element: bounds |