S
Sam
Is there anyway possible to get the current keys being pressed. For
this particular case, I can't do it in a key down event.
Like some sort of getCurrent for the keys type?
What I'm trying to do, is stall processing while the user has the
shift key pressed. So I want to do.
....
Do some stuff
While (shift is pressed)
'do nothing
end while
finish processing.
....
Any ideas will be greatly appreciated.
this particular case, I can't do it in a key down event.
Like some sort of getCurrent for the keys type?
What I'm trying to do, is stall processing while the user has the
shift key pressed. So I want to do.
....
Do some stuff
While (shift is pressed)
'do nothing
end while
finish processing.
....
Any ideas will be greatly appreciated.