HydrolienF / Formiko

Formiko is a game about Ant.
https://formiko.fr
Other
5 stars 0 forks source link

Keyboard listener sould work at any time. #129

Closed HydrolienF closed 3 years ago

HydrolienF commented 3 years ago

S'arrangé pour que l'écoute clavier ne soit pas lié au dernier élément graphique cliqué.

HydrolienF commented 3 years ago

Je pense que j'ai trouver ce qu'il nous faut la bas https://docs.oracle.com/javase/tutorial/uiswing/misc/keybinding.html "JComponent.WHEN_IN_FOCUSED_WINDOW The component's window either has the focus or contains the component that has the focus. This input map is commonly used for mnemonics or accelerators, which need to be active regardless of where focus is in the window." Autrement dit on récupère l'info de clic sur une touche dès lors que la fenetre java est active (= au 1a plan)

HydrolienF commented 3 years ago

Linked to #134