Utility to subscribe to or get the current state of the cursor for the platform, if available.
The bridge requires setting the cursor state to be set when the plaform changes cursor state.
#include <platform/YiCursorInputBridge.h>

Public Types | |
| enum | CURSOR_STATE { CURSOR_ON, CURSOR_OFF } |
Public Member Functions | |
| CYICursorInputBridge () | |
| void | SetCursorState (CURSOR_STATE eState) |
| CURSOR_STATE | GetCursorState () |
Public Member Functions inherited from CYIScriptableObject | |
| CYIScriptableObject () | |
| CYIScriptableObject (const CYIScriptableObject &other) | |
| CYIScriptableObject & | operator= (const CYIScriptableObject &other) |
| virtual | ~CYIScriptableObject () |
| CYIBindingImplementation * | GetBindingImplementation () const |
| void | SetBindingImplementation (CYIBindingImplementation *pBindingImplementation) |
| virtual const CYIRuntimeTypeInfo * | GetRuntimeTypeInfoForScriptObject () const |
Public Attributes | |
| CYISignal< CURSOR_STATE > | CursorStateChanged |
| CYICursorInputBridge::CYICursorInputBridge | ( | ) |
| CURSOR_STATE CYICursorInputBridge::GetCursorState | ( | ) |
| void CYICursorInputBridge::SetCursorState | ( | CURSOR_STATE | eState | ) |
| CYISignal<CURSOR_STATE> CYICursorInputBridge::CursorStateChanged |