You.i Engine
YiInputBridgeLocator.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_INPUT_BRIDGE_LOCATOR_H_
3 #define _YI_INPUT_BRIDGE_LOCATOR_H_
4 
12 
20 {
21 public:
27  static void SetKeyboardInputBridge(CYIKeyboardInputBridge *pBridge);
28 
35 
42 
43 private:
44  static CYIKeyboardInputBridge *s_pCachedKeyboardInputBridge;
45 };
46 
51 #endif // _YI_INPUT_BRIDGE_LOCATOR_H_
static CYICursorInputBridge * GetCursorInputBridge()
Provides access to the system software keyboard.
Definition: YiKeyboardInputBridge.h:27
Instantiates the input bridges; the instance will be deleted automatically when the application is te...
Definition: YiInputBridgeLocator.h:19
static void SetKeyboardInputBridge(CYIKeyboardInputBridge *pBridge)
Utility to subscribe to or get the current state of the cursor for the platform, if available...
Definition: YiCursorInputBridge.h:19
static CYIKeyboardInputBridge * GetKeyboardInputBridge()