View Issue Details

IDProjectCategoryView StatusLast Update
0003966NoesisGUIUnitypublic2025-05-15 11:36
Reporteralexk Assigned Tojsantos  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Product Version3.2.4 
Target Version3.2.8Fixed in Version3.2.8 
Summary0003966: GamepadContext1...4 can't be mapped in the Unity view
Description

GamepadContext1, GamepadContext2, GamepadContext3, and GamepadContext4 don't get triggered as GamepadTrigger argument in Unity

Steps To Reproduce

Create a command TestCommandCtx1 in the viewmodel;
Create a framework element, then add a trigger to it:
<TextBlock x:Name="Test" Text="TestText" Background="Blue" Width="120" Height="60">
<i:Interaction.Triggers>
<noesis:GamepadTrigger FiredOn="ButtonDown" Button="Context1" ActiveOnFocus="False">
<i:InvokeCommandAction Command="{Binding TestCommandCtx1}"/>
</noesis:GamepadTrigger>
</i:Interaction.Triggers>
Observe that TestCommandCtx1 is not getting called on Context1 button click.

PlatformPlayStation5

Activities

jsantos

jsantos

2025-05-15 11:36

manager   ~0010663

Fixed in r15588

Issue History

Date Modified Username Field Change
2025-02-17 03:55 alexk New Issue
2025-02-17 03:55 alexk Tag Attached: Gamepad Actions
2025-02-17 12:03 jsantos Assigned To => jsantos
2025-02-17 12:03 jsantos Status new => assigned
2025-02-17 12:03 jsantos Target Version => 3.2.8
2025-05-15 11:36 jsantos Status assigned => resolved
2025-05-15 11:36 jsantos Resolution open => fixed
2025-05-15 11:36 jsantos Fixed in Version => 3.2.8
2025-05-15 11:36 jsantos Note Added: 0010663
2025-10-10 13:29 jsantos Category Unity3D => Unity