|
virtual Bool | Init (const IAppConfiguration *appConfig)=0 |
| Initialize the device handler. More...
|
|
virtual Bool | DeInit ()=0 |
| Deinitialize the device handler. More...
|
|
|
The input device methods.
|
virtual IAccelerometer * | CreateAccelerometer (const String &name)=0 |
| Forward to Input::IDeviceHandler::AddAccelerometerDevice().
|
|
virtual Bool | DestroyAccelerometer (IAccelerometer *&accelerometer)=0 |
| Forward to Input::IDeviceHandler::RemoveAccelerometerDevice().
|
|
virtual IGyroscope * | CreateGyroscope (const String &name)=0 |
| Forward to Input::IDeviceHandler::AddGyroscopeDevice().
|
|
virtual Bool | DestroyGyroscope (IGyroscope *&gyroscope)=0 |
| Forward to Input::IDeviceHandler::RemoveGyroscopeDevice().
|
|
virtual IHeading * | CreateHeading (const String &name)=0 |
| Forward to Input::IDeviceHandler::AddHeadingDevice().
|
|
virtual Bool | DestroyHeading (IHeading *&heading)=0 |
| Forward to Input::IDeviceHandler::RemoveHeadingDevice().
|
|
virtual ILocation * | CreateLocation (const String &name)=0 |
| Forward to Input::IDeviceHandler::AddLocationDevice().
|
|
virtual Bool | DestroyLocation (ILocation *&location)=0 |
| Forward to Input::IDeviceHandler::RemoveLocationDevice().
|
|
virtual IGameController * | CreateGameController (const String &name)=0 |
| Forward to Input::IDeviceHandler::AddGameControllerDevice().
|
|
virtual Bool | DestroyGameController (IGameController *&gameController)=0 |
| Forward to Input::IDeviceHandler::RemoveGameControllerDevice().
|
|
virtual IKeyboard * | CreateKeyboard (const String &name)=0 |
| Forward to Input::IDeviceHandler::AddKeyboardDevice().
|
|
virtual Bool | DestroyKeyboard (IKeyboard *&keyboard)=0 |
| Forward to Input::IDeviceHandler::RemoveKeyboardDevice().
|
|
virtual IMotion * | CreateMotion (const String &name)=0 |
| Forward to Input::IDeviceHandler::AddMotionDevice().
|
|
virtual Bool | DestroyMotion (IMotion *&motion)=0 |
| Forward to Input::IDeviceHandler::RemoveMotionDevice().
|
|
virtual IMouse * | CreateMouse (const String &name)=0 |
| Forward to Input::IDeviceHandler::AddMouseDevice().
|
|
virtual Bool | DestroyMouse (IMouse *&mouse)=0 |
| Forward to Input::IDeviceHandler::RemoveMouseDevice().
|
|
virtual IOrientation * | CreateOrientation (const String &name)=0 |
| Forward to Input::IDeviceHandler::AddOrientationDevice().
|
|
virtual Bool | DestroyOrientation (IOrientation *&orientation)=0 |
| Forward to Input::IDeviceHandler::RemoveOrientationDevice().
|
|
virtual IRawButton * | CreateRawButton (const String &name)=0 |
| Forward to Input::IDeviceHandler::AddRawButtonDevice().
|
|
virtual Bool | DestroyRawButton (IRawButton *&rawButton)=0 |
| Forward to Input::IDeviceHandler::RemoveRawButtonDevice().
|
|
virtual IRawKeyboard * | CreateRawKeyboard (const String &name)=0 |
| Forward to Input::IDeviceHandler::AddRawKeyboardDevice().
|
|
virtual Bool | DestroyRawKeyboard (IRawKeyboard *&rawKeyboard)=0 |
| Forward to Input::IDeviceHandler::RemoveRawKeyboardDevice().
|
|
virtual IRawMouse * | CreateRawMouse (const String &name)=0 |
| Forward to Input::IDeviceHandler::AddRawMouseDevice().
|
|
virtual Bool | DestroyRawMouse (IRawMouse *&rawMouse)=0 |
| Forward to Input::IDeviceHandler::RemoveRawMouseDevice().
|
|
virtual ITouchScreen * | CreateTouchScreen (const String &name)=0 |
| Forward to Input::IDeviceHandler::AddTouchScreenDevice().
|
|
virtual Bool | DestroyTouchScreen (ITouchScreen *&touchScreen)=0 |
| Forward to Input::IDeviceHandler::RemoveTouchScreenDevice().
|
|
virtual IVirtualMouse * | GetVirtualMouse ()=0 |
| Forward to Input::IDeviceHandler::GetVirtualMouse().
|
|
|
The output device methods.
|
virtual Bool | AddAppControl (IAppControl *appControl)=0 |
| Forward to Output::IDeviceHandler::AddAppControl().
|
|
virtual Bool | RemoveAppControl (IAppControl *appControl)=0 |
| Forward to Output::IDeviceHandler::RemoveAppControl().
|
|
virtual Bool | AddKeyboardControl (IKeyboardControl *keyboardControl)=0 |
| Forward to Output::IDeviceHandler::AddKeyboardControl().
|
|
virtual Bool | RemoveKeyboardControl (IKeyboardControl *keyboardControl)=0 |
| Forward to Output::IDeviceHandler::RemoveKeyboardControl().
|
|
virtual Bool | AddRumbleControl (IRumbleControl *rumbleControl)=0 |
| Forward to Output::IDeviceHandler::AddRumbleControl().
|
|
virtual Bool | RemoveRumbleControl (IRumbleControl *rumbleControl)=0 |
| Forward to Output::IDeviceHandler::RemoveRumbleControl().
|
|
virtual Bool | AddAppStoreControl (IAppStoreControl *appStoreControl)=0 |
| Forward to Output::IDeviceHandler::AddAppStoreControl().
|
|
virtual Bool | RemoveAppStoreControl (IAppStoreControl *appStoreControl)=0 |
| Forward to Output::IDeviceHandler::RemoveAppStoreControl().
|
|
virtual Bool | AddCloudControl (ICloudControl *cloudControl)=0 |
| Forward to Output::IDeviceHandler::AddCloudControl().
|
|
virtual Bool | RemoveCloudControl (ICloudControl *cloudControl)=0 |
| Forward to Output::IDeviceHandler::RemoveCloudControl().
|
|
virtual Bool | AddGameCenterControl (IGameCenterControl *gameCenterControl)=0 |
| Forward to Output::IDeviceHandler::AddGameCenterControl().
|
|
virtual Bool | RemoveGameCenterControl (IGameCenterControl *gameCenterControl)=0 |
| Forward to Output::IDeviceHandler::RemoveGameCenterControl().
|
|
virtual Bool | AddSystemDialogControl (ISystemDialogControl *systemDialogControl)=0 |
| Forward to Output::IDeviceHandler::AddSystemDialogControl().
|
|
virtual Bool | RemoveSystemDialogControl (ISystemDialogControl *systemDialogControl)=0 |
| Forward to Output::IDeviceHandler::RemoveSystemDialogControl().
|
|
virtual Bool | AddSystemFontControl (ISystemFontControl *systemFontControl)=0 |
| Forward to Output::IDeviceHandler::AddSystemFontControl().
|
|
virtual Bool | RemoveSystemFontControl (ISystemFontControl *systemFontControl)=0 |
| Forward to Output::IDeviceHandler::RemoveSystemFontControl().
|
|
virtual Bool | AddWebControl (IWebControl *webControl)=0 |
| Forward to Output::IDeviceHandler::AddWebControl().
|
|
virtual Bool | RemoveWebControl (IWebControl *webControl)=0 |
| Forward to Output::IDeviceHandler::RemoveWebControl().
|
|
virtual Bool | AddScreenshotControl (IScreenshotControl *screenshotControl)=0 |
| Forward to Output::IDeviceHandler::AddScreenshotControl().
|
|
virtual Bool | RemoveScreenshotControl (IScreenshotControl *screenshotControl)=0 |
| Forward to Output::IDeviceHandler::RemoveScreenshotControl().
|
|
virtual Bool | AddPreferencesControl (IPreferencesControl *preferencesControl)=0 |
| Forward to Output::IDeviceHandler::AddPreferencesControl().
|
|
virtual Bool | RemovePreferencesControl (IPreferencesControl *preferencesControl)=0 |
| Forward to Output::IDeviceHandler::RemovePreferencesControl().
|
|
virtual Bool | AddTelephonyControl (ITelephonyControl *telephonyControl)=0 |
| Forward to Output::IDeviceHandler::AddTelephonyControl().
|
|
virtual Bool | RemoveTelephonyControl (ITelephonyControl *telephonyControl)=0 |
| Forward to Output::IDeviceHandler::RemoveTelephonyControl().
|
|
virtual Bool | AddMediaControl (IMediaControl *mediaControl)=0 |
| Forward to Output::IDeviceHandler::AddMediaControl().
|
|
virtual Bool | RemoveMediaControl (IMediaControl *mediaControl)=0 |
| Forward to Output::IDeviceHandler::RemoveMediaControl().
|
|
virtual Bool | AddMusicPlayerControl (IMusicPlayerControl *musicPlayerControl)=0 |
| Forward to Output::IDeviceHandler::AddMusicPlayerControl().
|
|
virtual Bool | RemoveMusicPlayerControl (IMusicPlayerControl *musicPlayerControl)=0 |
| Forward to Output::IDeviceHandler::RemoveMusicPlayerControl().
|
|
virtual Bool | AddCustomControl (ICustomControlable *customControl)=0 |
| Forward to Output::IDeviceHandler::AddCustomControl(ICustomControlable* customControl).
|
|
virtual Bool | AddCustomControl (const String &name, ICustomControlable *customControl)=0 |
| Forward to Output::IDeviceHandler::AddCustomControl(const String& name, ICustomControlable* customControl).
|
|
virtual ICustomControlable * | RemoveCustomControl (const String &name)=0 |
| Forward to Output::IDeviceHandler::RemoveCustomControl(const String& name).
|
|
virtual Bool | RemoveCustomControl (const ICustomControlable *customControl)=0 |
| Forward to Output::IDeviceHandler::RemoveCustomControl(const ICustomControlable* customControl).
|
|
virtual ICustomControlable * | GetCustomControl (const String &name)=0 |
| Forward to Output::IDeviceHandler::GetCustomControl().
|
|
virtual UInt32 | GetNumberOfCustomControls () const =0 |
| Forward to Output::IDeviceHandler::GetNumberOfCustomControls().
|
|
virtual ICustomControlable * | GetCustomControl (UInt32 index)=0 |
| Forward to Output::IDeviceHandler::GetCustomControl().
|
|
|
Audio / Video / File interface.
|
virtual Bool | SetVideoInterface (IVideoInterface *videoInterface)=0 |
| Set the platform video interface. More...
|
|
virtual Bool | SetAudioInterface (IAudioInterface *audioInterface)=0 |
| Set the platform audio interface. More...
|
|
virtual Bool | SetFileInterface (IFileInterface *fileInterface)=0 |
| Set the platform file interface. More...
|
|