Nowdays, wikipedia is one of the best places to start looking at something I think.
http://en.wikipedia.org/wiki/C++
Search found 8 matches
- Sat Sep 02, 2006 5:39 am
- Forum: Beginners Help
- Topic: Were to get started.
- Replies: 10
- Views: 792
- Sat Sep 02, 2006 2:47 am
- Forum: Code Snippets
- Topic: (C++) Tell if multiple keyboard buttons are pressed
- Replies: 1
- Views: 2938
(C++) Tell if multiple keyboard buttons are pressed
Hi, I needed this feature and the simplest way to do it I came up with is to something like
class MyEventReceiver : public irr::IEventReceiver
{
// To store if a key is down, I use this private array
bool isDown[irr::KEY_KEY_CODES_COUNT];
public:
// To make sure the keys are initialized to ...
class MyEventReceiver : public irr::IEventReceiver
{
// To store if a key is down, I use this private array
bool isDown[irr::KEY_KEY_CODES_COUNT];
public:
// To make sure the keys are initialized to ...
- Sat Sep 02, 2006 1:15 am
- Forum: Beginners Help
- Topic: char and wchar_t
- Replies: 10
- Views: 892
- Sat Sep 02, 2006 12:56 am
- Forum: Beginners Help
- Topic: char and wchar_t
- Replies: 10
- Views: 892
- Thu Aug 31, 2006 12:38 am
- Forum: Beginners Help
- Topic: Remove animator from animator
- Replies: 1
- Views: 549
- Sun Aug 20, 2006 2:56 pm
- Forum: Beginners Help
- Topic: [GUI] Window options
- Replies: 4
- Views: 432
- Wed Aug 09, 2006 6:35 pm
- Forum: Beginners Help
- Topic: IAnimatedMeshSceneNode->setMesh ?
- Replies: 2
- Views: 918
- Tue Aug 08, 2006 10:17 pm
- Forum: Beginners Help
- Topic: IAnimatedMeshSceneNode->setMesh ?
- Replies: 2
- Views: 918
IAnimatedMeshSceneNode->setMesh ?
Hello,
is there a way to change the mesh of an IAnimatedMeshSceneNode runtime?
Offtopic: registring I got "your email adress has been banned" notice being this my first time on this forum, sort of weird.
Sorry for my rusty english
is there a way to change the mesh of an IAnimatedMeshSceneNode runtime?
Offtopic: registring I got "your email adress has been banned" notice being this my first time on this forum, sort of weird.
Sorry for my rusty english