Space Engineers

Space Engineers

TouchScreenAPI
Visualizzazione di 1-10 elementi su 22
< 1  2  3 >
Aggiornamento: 21 gen, 12:15

Fixed a bug with the cursor being wrong on rotated screens

Aggiornamento: 31 ago 2023, 20:58

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

Aggiornamento: 20 mag 2023, 9:43

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

Aggiornamento: 13 mar 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

Aggiornamento: 11 mar 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.

Aggiornamento: 8 mar 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.

Aggiornamento: 28 feb 2023, 22:17

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

Aggiornamento: 26 feb 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.

Aggiornamento: 21 feb 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.

Aggiornamento: 18 feb 2023, 0:47

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