Skip to content

1.3

Compare
Choose a tag to compare
@justalemon justalemon released this 26 Mar 17:30
· 488 commits to master since this release
7d0bbaf
  • NEW: Added property to completely skip the control disabling procedure (DisableControls)
  • NEW: Added list to add controls that are required for the menu operation (RequiredControls)
  • NEW: Added event to detect when an item is selected at the menu level (ItemActivated)
  • FIX: Fixed Rockstar Editor recordings being stopped when a menu is opened by changing the Whitelist of controls to a Blacklist
  • FIX: Some controls required by the game now stay enabled when the menus are open
  • FIX: The constructor of SelectedEventArgs is now public instead of internal, this allows users to implement it