Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
I am tring to build GUI . i want to make the panel invisible once key (like "Esc") pressed or mouse clicked on any where on the screen.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am tring to build GUI . i want to make the panel invisible once key (like "Esc") pressed or mouse clicked on any where on the screen. How to do that.
Thanks
0 comentarios
Respuestas (1)
Sachin Ganjare
el 4 de Mayo de 2015
You can use 'keypress' function along with visibility property of panel in question.
Hope it helps!!!
3 comentarios
Sachin Ganjare
el 4 de Mayo de 2015
Please look into below URL: http://stackoverflow.com/questions/22145294/detect-keyboard-input-matlab
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!