Home
last modified time | relevance | path

Searched refs:WaitForKeyEvent (Results 1 – 12 of 12) sorted by relevance

/dports/games/ivan/ivan-059/FeLib/Include/
H A Dwhandler.h58 static truth WaitForKeyEvent(uint Key);
59 static truth WaitForKeyDown(){return WaitForKeyEvent(SDL_KEYDOWN);} in WaitForKeyDown()
60 static truth WaitForKeyUp (){return WaitForKeyEvent(SDL_KEYUP );} in WaitForKeyUp()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/EmbeddedPkg/SimpleTextInOutSerial/
H A DSimpleTextInOut.c262 WaitForKeyEvent ( in WaitForKeyEvent() function
734 WaitForKeyEvent, in SimpleTextInOutEntryPoint()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/EmbeddedPkg/SimpleTextInOutSerial/
H A DSimpleTextInOut.c262 WaitForKeyEvent ( in WaitForKeyEvent() function
734 WaitForKeyEvent, in SimpleTextInOutEntryPoint()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/EmbeddedPkg/SimpleTextInOutSerial/
H A DSimpleTextInOut.c262 WaitForKeyEvent ( in WaitForKeyEvent() function
734 WaitForKeyEvent, in SimpleTextInOutEntryPoint()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/EmbeddedPkg/SimpleTextInOutSerial/
H A DSimpleTextInOut.c262 WaitForKeyEvent ( in WaitForKeyEvent() function
734 WaitForKeyEvent, in SimpleTextInOutEntryPoint()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/EmbeddedPkg/SimpleTextInOutSerial/
H A DSimpleTextInOut.c262 WaitForKeyEvent ( in WaitForKeyEvent() function
734 WaitForKeyEvent, in SimpleTextInOutEntryPoint()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EmbeddedPkg/SimpleTextInOutSerial/
H A DSimpleTextInOut.c268 WaitForKeyEvent ( in WaitForKeyEvent() function
740 WaitForKeyEvent, in SimpleTextInOutEntryPoint()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/EmbeddedPkg/SimpleTextInOutSerial/
H A DSimpleTextInOut.c262 WaitForKeyEvent ( in WaitForKeyEvent() function
734 WaitForKeyEvent, in SimpleTextInOutEntryPoint()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/EmbeddedPkg/SimpleTextInOutSerial/
H A DSimpleTextInOut.c262 WaitForKeyEvent ( in WaitForKeyEvent() function
734 WaitForKeyEvent, in SimpleTextInOutEntryPoint()
/dports/sysutils/edk2/edk2-edk2-stable202102/EmbeddedPkg/SimpleTextInOutSerial/
H A DSimpleTextInOut.c262 WaitForKeyEvent ( in WaitForKeyEvent() function
734 WaitForKeyEvent, in SimpleTextInOutEntryPoint()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/EmbeddedPkg/SimpleTextInOutSerial/
H A DSimpleTextInOut.c262 WaitForKeyEvent ( in WaitForKeyEvent() function
734 WaitForKeyEvent, in SimpleTextInOutEntryPoint()
/dports/games/ivan/ivan-059/FeLib/Source/
H A Dwhandler.cpp499 truth globalwindowhandler::WaitForKeyEvent(uint Key) in WaitForKeyEvent() function in globalwindowhandler