]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/Terminal: ReadKeyStrokeEx always return key state
authorRuiyu Ni <ruiyu.ni@intel.com>
Sat, 24 Feb 2018 07:13:19 +0000 (15:13 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Tue, 6 Mar 2018 04:14:29 +0000 (12:14 +0800)
commit66f2329446db1ffc36768cd90a2fa59fd17c8203
tree31f3175b350b85c5ac7bb7d25dda5c05a109e3b1
parent9de306701312f986c9638cb819d3f1f848d55cab
MdeModulePkg/Terminal: ReadKeyStrokeEx always return key state

Because terminal doesn't support shift and toggle key state,
ReadKeyStrokeEx just sets the two states to 0.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c