Is there anyway to have an object being touched simulate a keyboard key being pressed/down. I'm not using behaviours for this at all. There must be someway to have something like...
If object.InTouch = True Then
KeyboardKey.Down = True
End If
Is there anyway to accomplish this without behaviours through purely the event sheet?