Space Engineers

Space Engineers

TouchScreenAPI
22개 중 1~10개 표시 중
< 1  2  3 >
업데이트: 2024년 1월 21일 @ 오후 12시 15분

Fixed a bug with the cursor being wrong on rotated screens

업데이트: 2023년 8월 31일 @ 오후 8시 58분

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

업데이트: 2023년 5월 20일 @ 오전 9시 43분

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

업데이트: 2023년 3월 13일 @ 오전 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

업데이트: 2023년 3월 11일 @ 오후 9시 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.

업데이트: 2023년 3월 8일 @ 오후 7시 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.

업데이트: 2023년 2월 28일 @ 오후 10시 17분

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

업데이트: 2023년 2월 26일 @ 오후 5시 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.

업데이트: 2023년 2월 21일 @ 오후 8시 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.

업데이트: 2023년 2월 18일 @ 오전 12시 47분

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