Search found 3 matches
- Sat Aug 20, 2005 06:43
- Forum: Modifications / Integrations / Customisations
- Topic: how to get mouse cursor position?
- Replies: 1
- Views: 1922
how to get mouse cursor position?
how to get mouse cursor position on the screen? thanks~
- Sat Jul 30, 2005 13:37
- Forum: Modifications / Integrations / Customisations
- Topic: convert std::wstring to CEGUI::String?
- Replies: 4
- Views: 4572
Re: convert std::wstring to CEGUI::String?
I think that is why you implement your own string class rather than use std::wstring, isn't it? i'm using msvc7.1(do not consider cross-platform issue currently), and when i display a chinese string on hud, i may do these: std::wstring wstr = L"昨天曼联输给...
- Sat Jul 30, 2005 09:03
- Forum: Modifications / Integrations / Customisations
- Topic: convert std::wstring to CEGUI::String?
- Replies: 4
- Views: 4572
convert std::wstring to CEGUI::String?
is there a easy way to convert std::wstring to CEGUI::String? do i have to write a conversion function?
thanks!
thanks!