yes again if you browse Morphic you will find the event-handling protocol
two methods I tested is handleKeyStroke: that should return true so that
your morph handles key strokes events and then you need to also override
keyStroke: itself to do whatever you want to do, from there on you can
check t
> On 27 Oct 2014, at 21:08, Hans Schueren wrote:
>
> Hello again ,
>
>
> could someone tell me the syntax for a keybord input ?
>
> I want to write a method which ask for keyboard input.
>
> Is this possible.
>
>
> Hans
The easiest way that is available is like this:
UIManager default re
Hello again ,
could someone tell me the syntax for a keybord input ?
I want to write a method which ask for keyboard input.
Is this possible.
Hans