May 4, 2023 at 5:33 pm
#4849
Moderator
Great!
Oh sure, if you are using BWS20 and create a new project – by default, it creates a class called ContentObjects and assigns the variable C to it. Within the ContentObjects class is the K variable for the KeyboardDevice.
So, when you type C.K. … you have all of the KeyboardDevice commands available to you.
So, yes, typing C.K. is just calling the keyboard…