Home
last modified time | relevance | path

Searched refs:Pressed (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DPcieExpansionPrt.asi28 ABP0, 1, // Bit 0, Attention Button Pressed
85 ABP1, 1, // Bit 0, Attention Button Pressed
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DPchPcie.asl33 ABPX, 1, // 0, Attention Button Pressed
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DX11GraphicsWindow.c509 IN BOOLEAN Pressed in handleMouseDown() argument
513 Drv->pointer_state_changed = (Drv->pointer_state.LeftButton != Pressed); in handleMouseDown()
514 Drv->pointer_state.LeftButton = Pressed; in handleMouseDown()
517 Drv->pointer_state_changed = (Drv->pointer_state.RightButton != Pressed); in handleMouseDown()
518 Drv->pointer_state.RightButton = Pressed; in handleMouseDown()