Skip to content

Commit

Permalink
remove experimental notes pointing to #1621
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Apr 1, 2024
1 parent 8a7372d commit df9ab12
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions js/input/Hotkey.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Copyright 2024, University of Colorado Boulder

/**
* IMPORTANT: EXPERIMENTAL!
* TODO DO NOT USE IN SIMULATIONS, SEE https://github.com/phetsims/scenery/issues/1621 FIRST
*
* Represents a single hotkey (keyboard shortcut) that can be either:
*
* 1. Added to globalHotkeyRegistry (to be available regardless of keyboard focus)
Expand Down
3 changes: 0 additions & 3 deletions js/input/globalHotkeyRegistry.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Copyright 2024, University of Colorado Boulder

/**
* IMPORTANT: EXPERIMENTAL!
* TODO DO NOT USE IN SIMULATIONS, SEE https://github.com/phetsims/scenery/issues/1621 FIRST
*
* Stores a record of all global hotkeys (Hotkey instances that should be available regardless of focus).
*
* @author Jesse Greenberg (PhET Interactive Simulations)
Expand Down
3 changes: 0 additions & 3 deletions js/input/hotkeyManager.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Copyright 2024, University of Colorado Boulder

/**
* IMPORTANT: EXPERIMENTAL!
* TODO DO NOT USE IN SIMULATIONS, SEE https://github.com/phetsims/scenery/issues/1621 FIRST
*
* Manages hotkeys based on two sources:
*
* 1. Global hotkeys (from globalHotkeyRegistry)
Expand Down

0 comments on commit df9ab12

Please sign in to comment.