Space Engineers

Space Engineers

TouchScreenAPI
Affichage des entrées 1-10 sur 22
< 1  2  3 >
Mis à jour le : 21 janv. 2024 à 12h15

Fixed a bug with the cursor being wrong on rotated screens

Mis à jour le : 31 aout 2023 à 20h58

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

Mis à jour le : 20 mai 2023 à 9h43

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

Mis à jour le : 13 mars 2023 à 10h09

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

Mis à jour le : 11 mars 2023 à 21h55

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.

Mis à jour le : 8 mars 2023 à 19h51

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.

Mis à jour le : 28 févr. 2023 à 22h17

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

Mis à jour le : 26 févr. 2023 à 17h27

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

Mis à jour le : 21 févr. 2023 à 20h33

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.

Mis à jour le : 18 févr. 2023 à 0h47

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