Space Engineers
TouchScreenAPI
Εμφάνιση 1-10 από 22 καταχωρίσεις
< 1  2  3 >
Ενημέρωση: 21 Ιαν 2024 στις 12:15

Fixed a bug with the cursor being wrong on rotated screens

Ενημέρωση: 31 Αυγ 2023 στις 20:58

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

Ενημέρωση: 20 Μαϊ 2023 στις 9:43

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

Ενημέρωση: 13 Μαρ 2023 στις 10:09

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

Ενημέρωση: 11 Μαρ 2023 στις 21:55

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.

Ενημέρωση: 8 Μαρ 2023 στις 19:51

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.

Ενημέρωση: 28 Φεβ 2023 στις 22:17

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

Ενημέρωση: 26 Φεβ 2023 στις 17:27

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

Ενημέρωση: 21 Φεβ 2023 στις 20:33

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.

Ενημέρωση: 18 Φεβ 2023 στις 0:47

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