Re: [PDCurses] Question about virtual key codes under Windows

2005-02-01 Thread David Kaasen
On Sat, 29 Jan 2005, Lars Ivar Igesund wrote: (Warning: Norwegian terminology and names follows) Funny that I should get a reply from NTNU, I completed my siv.ing. degree at IDI the summer of 2003. IDI/NTNU -- the Mecca of computer technology! ;-) NVG, wasn't that the Lade equivalent of PVV? At

Re: [PDCurses] Question about virtual key codes under Windows

2005-01-29 Thread Lars Ivar Igesund
No problem, it was just a case of me being blind. I got the grips on the problem with key codes, but the project stalled on unicode support (which is more or less hopeless to get right in the window console). The functions in the Win32 api that are possible to use are undocumented and possible

[PDCurses] Question about virtual key codes under Windows

2004-11-20 Thread Lars Ivar Igesund
Hi! I'm trying to write a curses-like library for D (it started out as a port of PDCurses, but I wanted to use the OO-features of D, so it turned out to be a rewrite), and I'm using PDCurses as a help to understand what's needed, especially at the OS-level. In the function getInterestingEvent