Home
last modified time | relevance | path

Searched refs:GetPointerState (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
DEmuFileSystem.h134 EMU_GRAPHICS_WINDOWS_GET_POINTER_STATE GetPointerState; member
DEmuGraphicsWindow.h128 EMU_GRAPHICS_WINDOWS_GET_POINTER_STATE GetPointerState; member
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
DGopInput.c765 …while (Private->EmuGraphicsWindow->GetPointerState (Private->EmuGraphicsWindow, &State) == EFI_SUC… in EmuGopSimplePointerReset()
811 Status = Private->EmuGraphicsWindow->GetPointerState (Private->EmuGraphicsWindow, State); in EmuGopSimplePointerGetState()
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DX11GraphicsWindow.c934 Drv->GraphicsIo.GetPointerState = GasketX11GetPointerState; in X11GraphicsWindowOpen()