1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-17 15:46:43 +00:00

Bump OPENMW_LUA_API_REVISION and gamepad controls versions

This commit is contained in:
Andrew Lanzone 2025-07-18 17:53:29 -07:00
parent bef2948062
commit bf327adc93
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ message(STATUS "Configuring OpenMW...")
set(OPENMW_VERSION_MAJOR 0)
set(OPENMW_VERSION_MINOR 50)
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_VERSION_COMMITHASH "")

View file

@ -11,7 +11,7 @@ return {
interface = {
--- Interface 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.
-- @function [parent=#GamepadControls] isGamepadCursorActive