5#ifndef __I_OS_OPERATOR_H_INCLUDED__
6#define __I_OS_OPERATOR_H_INCLUDED__
The Operating system operator provides operation system specific methods and informations.
virtual const core::stringc & getOperatingSystemVersion() const =0
Get the current operation system version as string.
virtual bool getSystemMemory(u32 *totalBytes, u32 *availableBytes) const =0
Get the total and available system RAM.
virtual const c8 * getTextFromClipboard() const =0
Get text from the clipboard.
_IRR_DEPRECATED_ const wchar_t * getOperationSystemVersion() const
Get the current operation system version as string.
virtual void copyToClipboard(const c8 *text) const =0
Copies text to the clipboard.
virtual bool getProcessorSpeedMHz(u32 *MHz) const =0
Get the processor speed in megahertz.
Base class of most objects of the Irrlicht Engine.
Axis aligned bounding box in 3d dimensional space.
#define _IRR_DEPRECATED_
Defines a deprecated macro which generates a warning at compile time.
string< wchar_t > stringw
Typedef for wide character strings.
Everything in the Irrlicht Engine can be found in this namespace.
unsigned int u32
32 bit unsigned variable.
char c8
8 bit character variable.