CommunityToolkit / WindowsCommunityToolkit

The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building .NET apps with UWP and the Windows App SDK / WinUI 3 for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
https://docs.microsoft.com/windows/communitytoolkit/
Other
5.9k stars 1.38k forks source link

Gaze Interaction button click not working with Eye Gaze #3431

Closed joncamp closed 3 years ago

joncamp commented 4 years ago

Describe the bug

Unable to click the button in the Gaze Interaction sample page, even though the app is properly picking up eye tracking data.

Steps to Reproduce

Steps to reproduce the behavior:

  1. With HID Enabled eye tracker connected and working, navigate to Gaze interaction page
  2. Gaze over the gaze enabled button

Expected behavior

Button clicks, with status bar below button showing various timing and step progression

Screenshots

image

Environment

NuGet Package(s):

Package Version(s):

Windows 10 Build Number:

App min and target version:

Device form factor:

Visual Studio



## Additional context
Add any other context about the problem here.
Kyaa-dost commented 4 years ago

@joncamp Thanks for highlighting the issue. Assuming @peteams will be working on this issue, please let us know if you have any questions 😊

joncamp commented 4 years ago

@Kyaa-dost - yes, @peteams would be the one on our side. Seems like there was a UI framework change at some point in the sample app which broke something. The gaze interaction library itself seems to be working, so the issue is specific to the sample app.

michael-hawker commented 4 years ago

Not sure how I missed seeing this issue, this is resolved and working in the move to C# done in the PR here: #3427.

michael-hawker commented 4 years ago

@azchohfi assuming you tested in release mode as well? I think I may have been in Debug only, so I suppose it could be related to that too?

Kyaa-dost commented 3 years ago

Closing this as this was resolved #3427