Search found 4 matches

by televoncard
Wed Nov 29, 2006 01:43
Forum: Help
Topic: How can I use system font?
Replies: 4
Views: 4490

How can I use system font?

I am developing under MS Windows. I want to use font included in MS Windows. It seems that I must know path to the font file when writing .font file, but the windows font directory may be diferrent for each computer. Is there any methods to describe use system font file in .font file? Or I must writ...
by televoncard
Mon Nov 06, 2006 09:37
Forum: Help
Topic: MouseLeave does not occur.
Replies: 2
Views: 2549

I traced code inside CEGUI, and discovered CEGUI adjust mouse cursor position as it is inside constraint area.

So it seems there is no way to receive mouseLeave event when cursor goes to outside of window.

I decided to write C code to handle this situation instead of trying to handle in scripts.
by televoncard
Mon Nov 06, 2006 01:57
Forum: Help
Topic: MouseLeave does not occur.
Replies: 2
Views: 2549

MouseLeave does not occur.

I made a window which receives MouseLeave event. It is placed on left side of my application. When I moves mouse to right, it receives MouseLeave event correctly, but when I moves mouse to left(eg. mouse cursor is moved to outside of my application) it does not receives MouseLeave event. How can I s...
by televoncard
Mon Oct 30, 2006 05:28
Forum: Help
Topic: How can I register my C/C++ functions to LUA script module?
Replies: 1
Views: 2654

How can I register my C/C++ functions to LUA script module?

Hi. I want to write event handling code in lua scripts, so I want to call some C/C++ functions which I wrote. I hope a function which enables me to register my functions to Lua script module, but I coudn't find such functions. How can I register my C/C++ functions to LUa script module? Or how can I ...

Go to advanced search