MorphOS Developer
Posts: 580 from 2003/4/11
From: Germany
Quote:jacadcaps schrieb:
If unicode input is what you desire, just do
Code:
ULONG character = 0;
GetAttr(IMSGA_UCS4, intuimessage, &character);
Ok, I didn't even realize that intuimessage works as an object in MorphOS, will give it a try, thx ...