mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-29 22:04:35 +00:00
Bump OPENMW_LUA_API_REVISION and gamepad controls versions
This commit is contained in:
parent
bef2948062
commit
bf327adc93
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ message(STATUS "Configuring OpenMW...")
|
||||||
set(OPENMW_VERSION_MAJOR 0)
|
set(OPENMW_VERSION_MAJOR 0)
|
||||||
set(OPENMW_VERSION_MINOR 50)
|
set(OPENMW_VERSION_MINOR 50)
|
||||||
set(OPENMW_VERSION_RELEASE 0)
|
set(OPENMW_VERSION_RELEASE 0)
|
||||||
set(OPENMW_LUA_API_REVISION 82)
|
set(OPENMW_LUA_API_REVISION 83)
|
||||||
set(OPENMW_POSTPROCESSING_API_REVISION 3)
|
set(OPENMW_POSTPROCESSING_API_REVISION 3)
|
||||||
|
|
||||||
set(OPENMW_VERSION_COMMITHASH "")
|
set(OPENMW_VERSION_COMMITHASH "")
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ return {
|
||||||
interface = {
|
interface = {
|
||||||
--- Interface version
|
--- Interface version
|
||||||
-- @field [parent=#GamepadControls] #number version
|
-- @field [parent=#GamepadControls] #number version
|
||||||
version = 0,
|
version = 1,
|
||||||
|
|
||||||
--- Checks if the gamepad cursor is active. If it is active, the left stick can move the cursor, and A will be interpreted as a mouse click.
|
--- Checks if the gamepad cursor is active. If it is active, the left stick can move the cursor, and A will be interpreted as a mouse click.
|
||||||
-- @function [parent=#GamepadControls] isGamepadCursorActive
|
-- @function [parent=#GamepadControls] isGamepadCursorActive
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue