Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse/Keyboard works on TV but not in moonlight (Tizen 8.0) #80

Open
Cosco2k opened this issue Nov 30, 2024 · 15 comments
Open

Mouse/Keyboard works on TV but not in moonlight (Tizen 8.0) #80

Cosco2k opened this issue Nov 30, 2024 · 15 comments

Comments

@Cosco2k
Copy link

Cosco2k commented Nov 30, 2024

  • Samsung S92C, tizen 8.0
  • Installation via Tizen Studio
  • Sunshine on a win10 PC
  • exactly this combo worked befor update to tizen 8.0

I have a Keyboard and Mouse that works fine on tizen UI.
But when i use moonlight (the app works well) at desktop mode i can use only the "big" cursor from Tizen, but not the PC.
Befor update on 8.0 i was able to use keyboard and mouse as thou it was plugged at the PC.

Xbox Controller works in games i start from steam.

Any ideas?

Thanks! :)

@MottoWolf
Copy link

Same here, after update to tizen 8, same setup, so it's probably related

@Erdem96isik
Copy link

Erdem96isik commented Dec 25, 2024

I have the same problem with my ps4 controller. It used to controller host mouse, but now only the annoying big mouse.

@vladislav-orlovskiy
Copy link

Facing same issue

@GitHubBBhacks
Copy link

GitHubBBhacks commented Jan 13, 2025

add these two lines to your config.xml before building the app, it will

  1. disable the tizen menu that pops up when right clicking

  2. enable mouser and keyboard BUT scrolling is reversed for mouse and some shortcuts dont work

<tizen:setting pointing-device-support="enable"/>
<tizen:metadata key="http://samsung.com/tv/metadata/floating.navigation" value="false"/>

@vladislav-orlovskiy
Copy link

Can we just add it via PR and release it? Or it breaks something ?

@vladislav-orlovskiy
Copy link

vladislav-orlovskiy commented Jan 13, 2025

Btw in my case cursor stuck at center and not moving at all in moonlight

@CoreyD97
Copy link

add these two lines to your config.xml before building the app, it will

  1. disable the tizen menu that pops up when right clicking
  2. enable mouser and keyboard BUT scrolling is reversed for mouse and some shortcuts dont work

<tizen:setting pointing-device-support="enable"/> <tizen:metadata key="http://samsung.com/tv/metadata/floating.navigation" value="false"/>

Can confirm that this fix works, with the reverse scrolling caveat. I also had issues with the scroll wheel being much more sensitive too, but haven't been able to track down a fix yet.

@OneLiberty OneLiberty changed the title Mouse/Keyboard works on TV but not in moonlight Mouse/Keyboard works on TV but not in moonlight (Tizen 8.0) Jan 13, 2025
@OneLiberty
Copy link
Owner

add these two lines to your config.xml before building the app, it will

1. disable the tizen menu that pops up when right clicking

2. enable mouser and keyboard BUT scrolling is reversed for mouse and some shortcuts dont work

<tizen:setting pointing-device-support="enable"/> <tizen:metadata key="http://samsung.com/tv/metadata/floating.navigation" value="false"/>

This is already on the main branch https://github.com/OneLiberty/moonlight-chrome-tizen/blob/samsung_wasm/res/config.xml

@CoreyD97
Copy link

This is already on the main branch https://github.com/OneLiberty/moonlight-chrome-tizen/blob/samsung_wasm/res/config.xml

It's on the main branch but doesn't seem to be set on the built releases for some reason. When importing the wgt into tizen studio, pointing-device-support is unset.

@OneLiberty
Copy link
Owner

Well, it's in the files from the latest release : https://github.com/OneLiberty/moonlight-chrome-tizen/releases/tag/samsung_wasm-12465394635

@CoreyD97
Copy link

Well, it's in the files from the latest release : https://github.com/OneLiberty/moonlight-chrome-tizen/releases/tag/samsung_wasm-12465394635

I guess Tizen Studio strips config properties that match defaults?

@vladislav-orlovskiy
Copy link

@OneLiberty regarding the keyboard/mouse. my keyboard works 10% of time inside Moonlight and mouse cursor clicks but stuck in the middle of the screen and not moving, also its invisible. any suggestions how I can troubleshoot this?

@GitHubBBhacks
Copy link

Well, it's in the files from the latest release : https://github.com/OneLiberty/moonlight-chrome-tizen/releases/tag/samsung_wasm-12465394635

I guess Tizen Studio strips config properties that match defaults?

maybe its because the linked ZIP file from the guide that gets recommended does not feature the updated config.xml ? thats the reason why it was missing for me

#37 (comment)

@OneLiberty
Copy link
Owner

Of course, if you're following the wrong comment which is not updated etc etc....

There is only one that should be followed #37 (comment), assume the others are either wrong or outdated

@CoreyD97
Copy link

Just to confirm, I went directly to the releases page, downloaded the latest wgt and imported directly into tizen to rebuild and resign. If either folks are doing this and Tizen Studio is stripping that flag it would explain why it seems to be missing for some of us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants