#include <ISecondaryScreen.h>
Inherits IInterface.
Inherited by IPlatformScreen.
Inheritance diagram for ISecondaryScreen:
Public Member Functions | |
accessors | |
virtual void | fakeMouseButton (ButtonID id, bool press) const =0 |
Fake mouse press/release. | |
virtual void | fakeMouseMove (SInt32 x, SInt32 y) const =0 |
Fake mouse move. | |
virtual void | fakeMouseRelativeMove (SInt32 dx, SInt32 dy) const =0 |
Fake mouse move. | |
virtual void | fakeMouseWheel (SInt32 xDelta, SInt32 yDelta) const =0 |
Fake mouse wheel. |
This interface defines the methods common to all platform dependent secondary screen implementations.
Definition at line 26 of file ISecondaryScreen.h.
|
Fake mouse press/release.
Synthesize a press or release of mouse button Implemented in CMSWindowsScreen, COSXScreen, CXWindowsScreen, CPlatformScreen, and IPlatformScreen. |
|
Fake mouse move.
Synthesize a mouse move to the absolute coordinates Implemented in CMSWindowsScreen, COSXScreen, CXWindowsScreen, CPlatformScreen, and IPlatformScreen. |
|
Fake mouse move.
Synthesize a mouse move to the relative coordinates Implemented in CMSWindowsScreen, COSXScreen, CXWindowsScreen, CPlatformScreen, and IPlatformScreen. |
|
Fake mouse wheel.
Synthesize a mouse wheel event of amount Implemented in CMSWindowsScreen, COSXScreen, CXWindowsScreen, CPlatformScreen, and IPlatformScreen. |