diff options
author | 2024-04-26 06:26:22 +1000 | |
---|---|---|
committer | 2024-04-26 06:26:22 +1000 | |
commit | f91b896cda8343fc41f069b32b7ef527364bdea1 (patch) | |
tree | 105ca2e24d44ae9ceac3f540abf07b4f00086cde /docs/source/conf.py | |
parent | 3b618bd7f04b8164fbcbb1fc106502e05ee85d6a (diff) |
input/input_sdl.cpp: Added an SDL lightgun provider.
This does essentially the same thing as the Win32 lightgun provider,
mapping the absolute pointer position over the window to gun axes.
Also added a bunch of const in the windows input handling code.
docs: Bumped version, as features that are not in a releaesd version of
MAME are now documented.
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 4f5f06b3e52..0b78ef7a53e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,9 +63,9 @@ copyright = u'1997-2024, MAMEdev and contributors' # built documents. # # The short X.Y version. -version = '0.265' +version = '0.266' # The full version, including alpha/beta/rc tags. -release = '0.265' +release = '0.266' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |