[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: IUP text input + non-engilsh
- From: "Antonio Scuri" <scuri@...>
- Date: Mon, 17 Sep 2007 09:30:31 -0300
> is there any way to let it accept characters with 7th bit set?
In text controls attributes they are already accepted. In callbacks as
keys, only the defined keys are accepted.
Can you explain me more what you want?
> ps: and: there's no iup.K_DEL and other key constants, which
> are used in demos...
You must call:
iupkey_open() in C
iup.key_open() in Lua
To load key definitions.
Best,
Scuri