Skip to content

Commit a9748b9

Browse files
committed
add button selection group accessibility.
1 parent 8770fa8 commit a9748b9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Assets/JCSUnity/Scripts/Input/JCS_ButtonSelectionGroupController.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ public class JCS_ButtonSelectionGroupController
185185
/*******************************************/
186186
/* setter / getter */
187187
/*******************************************/
188+
public JCS_ButtonSelectionGroup ButtonSelectionGroup { get { return this.mButtonSelectionGroup; } }
189+
188190
public bool Active { get { return this.mActive; } set { this.mActive = value; } }
189191
public bool IgnoreGamePause { get { return this.mIgnoreGamePause; } set { this.mIgnoreGamePause = value; } }
190192

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Build from DESKTOP-5QUO247 at 10/27/2017 12:54:31 PM
1+
Build from DESKTOP-5QUO247 at 10/27/2017 2:40:22 PM

0 commit comments

Comments
 (0)