I would like to get user input using ginput("type in information")
. Is there a way to focus on that window like it is possible with:
win <- gwindow("window")
focus(win)
?
Maybe add a handler to ginput()
?
I would like to get user input using ginput("type in information")
. Is there a way to focus on that window like it is possible with:
win <- gwindow("window")
focus(win)
?
Maybe add a handler to ginput()
?