#include "OgreImGuiOverlay.h"
#include <imgui.h>
#include <Ogre.h>
#include <OISMouse.h>
#include <OISKeyboard.h>
#include <memory>
Go to the source code of this file.
|
| static ImVec2 | operator* (const ImVec2 &lhs, const float rhs) |
| |
| static ImVec2 | operator/ (const ImVec2 &lhs, const float rhs) |
| |
| static ImVec2 | operator+ (const ImVec2 &lhs, const ImVec2 &rhs) |
| |
| static ImVec2 | operator- (const ImVec2 &lhs, const ImVec2 &rhs) |
| |
| static ImVec2 | operator* (const ImVec2 &lhs, const ImVec2 &rhs) |
| |
| static ImVec2 | operator/ (const ImVec2 &lhs, const ImVec2 &rhs) |
| |
| static ImVec2 & | operator+= (ImVec2 &lhs, const ImVec2 &rhs) |
| |
| static ImVec2 & | operator-= (ImVec2 &lhs, const ImVec2 &rhs) |
| |
| static ImVec2 & | operator*= (ImVec2 &lhs, const float rhs) |
| |
| static ImVec2 & | operator/= (ImVec2 &lhs, const float rhs) |
| |
◆ operator*() [1/2]
| static ImVec2 operator* |
( |
const ImVec2 & |
lhs, |
|
|
const float |
rhs |
|
) |
| |
|
inlinestatic |
◆ operator*() [2/2]
| static ImVec2 operator* |
( |
const ImVec2 & |
lhs, |
|
|
const ImVec2 & |
rhs |
|
) |
| |
|
inlinestatic |
◆ operator*=()
| static ImVec2 & operator*= |
( |
ImVec2 & |
lhs, |
|
|
const float |
rhs |
|
) |
| |
|
inlinestatic |
◆ operator+()
| static ImVec2 operator+ |
( |
const ImVec2 & |
lhs, |
|
|
const ImVec2 & |
rhs |
|
) |
| |
|
inlinestatic |
◆ operator+=()
| static ImVec2 & operator+= |
( |
ImVec2 & |
lhs, |
|
|
const ImVec2 & |
rhs |
|
) |
| |
|
inlinestatic |
◆ operator-()
| static ImVec2 operator- |
( |
const ImVec2 & |
lhs, |
|
|
const ImVec2 & |
rhs |
|
) |
| |
|
inlinestatic |
◆ operator-=()
| static ImVec2 & operator-= |
( |
ImVec2 & |
lhs, |
|
|
const ImVec2 & |
rhs |
|
) |
| |
|
inlinestatic |
◆ operator/() [1/2]
| static ImVec2 operator/ |
( |
const ImVec2 & |
lhs, |
|
|
const float |
rhs |
|
) |
| |
|
inlinestatic |
◆ operator/() [2/2]
| static ImVec2 operator/ |
( |
const ImVec2 & |
lhs, |
|
|
const ImVec2 & |
rhs |
|
) |
| |
|
inlinestatic |
◆ operator/=()
| static ImVec2 & operator/= |
( |
ImVec2 & |
lhs, |
|
|
const float |
rhs |
|
) |
| |
|
inlinestatic |