Discussion:
[edk2] Read string from KeyBoard
KSilva
2015-07-09 12:58:57 UTC
Permalink
I need to read a keyboard string.

I am using this :


gST->ConIn->ReadKeyStroke(gST->ConIn, &Key);


but I can read only one character

Can someone help me?
Andrew Fish
2015-07-09 14:08:39 UTC
Permalink
Post by KSilva
I need to read a keyboard string.
gST->ConIn->ReadKeyStroke(gST->ConIn, &Key);
but I can read only one character
Can someone help me?
What are you trying to do?

A shell application can use ShellPromptForResponse(), or ShellPromptForResponseHii() if you need to localize the string.

Thanks,

Andrew Fish
Post by KSilva
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-devel mailing list
https://lists.sourceforge.net/lists/listinfo/edk2-devel
Loading...