Space Engineers

Space Engineers

TouchScreenAPI
Hiển thị 1-10 trong 22 mục
< 1  2  3 >
Cập nhật: 21 Thg01, 2024 @ 12:15pm

Fixed a bug with the cursor being wrong on rotated screens

Cập nhật: 31 Thg08, 2023 @ 8:58pm

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

Cập nhật: 20 Thg05, 2023 @ 9:43am

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

Cập nhật: 13 Thg03, 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

Cập nhật: 11 Thg03, 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.

Cập nhật: 8 Thg03, 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.

Cập nhật: 28 Thg02, 2023 @ 10:17pm

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

Cập nhật: 26 Thg02, 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.

Cập nhật: 21 Thg02, 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.

Cập nhật: 18 Thg02, 2023 @ 12:47am

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