lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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