Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::IInputProxy Struct Referenceabstract

#include <cInputBase.h>

Public Member Functions

virtual bool SetCursorX (int iShowCursor, HCURSOR hCursor)=0
 
virtual bool SetCaptureX (HWND hWndCap)=0
 
virtual HWND SetFocusX (HWND hWndFocus)=0
 

Detailed Description

Proxy the cursor/focus functions for the desktop/station

Member Function Documentation

◆ SetCaptureX()

virtual bool GrayLib::IInputProxy::SetCaptureX ( HWND  hWndCap)
pure virtual

◆ SetCursorX()

virtual bool GrayLib::IInputProxy::SetCursorX ( int  iShowCursor,
HCURSOR  hCursor 
)
pure virtual

◆ SetFocusX()

virtual HWND GrayLib::IInputProxy::SetFocusX ( HWND  hWndFocus)
pure virtual

The documentation for this struct was generated from the following file: