uefi.protocols.simplepointer

Based on Protocol/SimplePointer.h, original notice:

Simple Pointer protocol from the UEFI 2.0 specification.

Abstraction of a very simple pointer device like a mouse or trackball.

Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php

THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

Members

Aliases

EFI_SIMPLE_POINTER_GET_STATE
alias EFI_SIMPLE_POINTER_GET_STATE = EFI_STATUS function(EFI_SIMPLE_POINTER_PROTOCOL* This, EFI_SIMPLE_POINTER_STATE* State) @(nogc) nothrow

Retrieves the current state of a pointer device.

EFI_SIMPLE_POINTER_PROTOCOL
alias EFI_SIMPLE_POINTER_PROTOCOL = _EFI_SIMPLE_POINTER_PROTOCOL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EFI_SIMPLE_POINTER_RESET
alias EFI_SIMPLE_POINTER_RESET = EFI_STATUS function(EFI_SIMPLE_POINTER_PROTOCOL* This, BOOLEAN ExtendedVerification) @(nogc) nothrow

Resets the pointer device hardware.

Structs

EFI_SIMPLE_POINTER_MODE
struct EFI_SIMPLE_POINTER_MODE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
EFI_SIMPLE_POINTER_STATE
struct EFI_SIMPLE_POINTER_STATE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_EFI_SIMPLE_POINTER_PROTOCOL
struct _EFI_SIMPLE_POINTER_PROTOCOL

The EFI_SIMPLE_POINTER_PROTOCOL provides a set of services for a pointer device that can use used as an input device from an application written to this specification. The services include the ability to reset the pointer device, retrieve get the state of the pointer device, and retrieve the capabilities of the pointer device.

Variables

EFI_SIMPLE_POINTER_PROTOCOL_GUID
enum EFI_GUID EFI_SIMPLE_POINTER_PROTOCOL_GUID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta