[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] How to get capital letters from key event



Hello everybody,

I am implementing a TextLabel widget with pygame but I can't get capital
letters. I get the name of pressed key with pygame.key.name(event.key),
but when I pressed Shift+<letter> I do not get I expect. 

Do have I use a FIFO ?

Thanks for answers.