Space Engineers

Space Engineers

TouchScreenAPI
Showing 1-10 of 22 entries
< 1  2  3 >
Update: 21 Jan @ 12:15pm

Fixed a bug with the cursor being wrong on rotated screens

Update: 31 Aug, 2023 @ 8:58pm

Added new update and DLC LCD block coordinations, so no need to manually calibrate them.

Update: 20 May, 2023 @ 9:43am

Fix a possible crash with Screen Calibration app on an already calibrated screen.

Update: 13 Mar, 2023 @ 10:09am

Fixed a bug when the player joins a world for the first time and his character is null for some frames.
It was firing an error on TouchManager.
Thanks for reporting @papamobile42

Update: 11 Mar, 2023 @ 9:55pm

Moved InitApp logic of TouchApp to its constructor.
Refactored TextInput, added Focus and Blur methods and replaced OnChange by OnSubmit and OnBlur.
Renamed ElementBase Scale to Flex.
Added Left click, right click and middle click to TouchScreen and ClickHandler classes, all of then with states like OnPressed and OnReleased.
Improved Label Pixels height calc.
Improved ScrollView scroll step to always round to it.
Improved ScreenCalibration texts, and also fixed a bug that was showing the Needs Calibration message.
Removed option to use with tools in hand to keep consistency with other game features.
Made the interactive distance based on screen size.

Update: 8 Mar, 2023 @ 7:51pm

Added a second call to unblock the user action when not aiming to any screen, just for safety.
Added an alert panel when the screen is not calibrated, and updated Screen Calibration app.

Update: 28 Feb, 2023 @ 10:17pm

Implemented left mouse click, fixed network cases where the keys where not blocked on servers.

Update: 26 Feb, 2023 @ 5:27pm

Performance improvements, mostly related to scroll view items being updated even outside the screen.
Thanks @Digi, @Klime and @Malware for the feedback and help.

Update: 21 Feb, 2023 @ 8:33pm

Fixed a big issue with precision when the player was too far from the world's center.
Some minor tweaks to theme colors and brightness.
Added placeholder icon definitions that can be replaced by block icons, useful for mods managing blocks.
Removed right click from option to click.

Thanks Malware for reporting, and Draygo for pointing the possible cause.

Update: 18 Feb, 2023 @ 12:47am

Improvements to TouchTextField, blur when mouse out the app or click outside.