Detect multiple keypresses Topic is solved

Problems building or running the engine, queries about how to use features etc.
engel
Gnoblar
Posts: 1
Joined: Mon Jul 01, 2024 12:16 pm

Detect multiple keypresses

Post by engel »

Ogre Version:14.2
Operating System: Windows 11
Render System: OpenGL

How would I dectect multiple keypresses at the same time? And add them to e.g a dictionary in python?

paroj
OGRE Team Member
OGRE Team Member
Posts: 2106
Joined: Sun Mar 30, 2014 2:51 pm
x 1132

Re: Detect multiple keypresses

Post by paroj »

the character sample gives you an idea on how to do this:
https://github.com/OGRECave/ogre/blob/2 ... ller.h#L89