Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Mobile friendly keyboard layout#1109

bootkernel started this conversation inGeneral
Oct 9, 2024· 1 comments· 1 reply
Discussion options

Any estimates on when this mobile friendly layout will be shipped?

// Mobile friendly design. This needs touch selection functionality for Input

I was going through the code but wasn't sure what this touch functionality meant.

You must be logged in to vote

Replies: 1 comment 1 reply

Comment options

The touch functionality is basically just the ability to touch the UI.Input element to place the cursor position! The current keyboard layout contains arrow keys to get around this, but the "mobile" layout there does not.

You can call these functions with custom layouts from the top level already in v0.4 preview builds! So if you want to use this layout, or use the layout as a base for your own keyboard, try it withplatform_keyboard_set_layout, orPlatform.KeyboardSetLayout. See here for how that works:
https://github.com/StereoKit/StereoKit/blob/develop/Examples/StereoKitTest/Demos/DemoTextInput.cs#L65-L70

You must be logged in to vote
1 reply
@bootkernel
Comment options

Ahh I see, I'm going to try that! Thank you for the pointers!

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
General
Labels
None yet
2 participants
@bootkernel@maluoi

[8]ページ先頭

©2009-2025 Movatter.jp