Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Rasterizer/RAS_ICanvas.h')
-rw-r--r--source/gameengine/Rasterizer/RAS_ICanvas.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/gameengine/Rasterizer/RAS_ICanvas.h b/source/gameengine/Rasterizer/RAS_ICanvas.h
index 337ea247ce3..dae70c5c343 100644
--- a/source/gameengine/Rasterizer/RAS_ICanvas.h
+++ b/source/gameengine/Rasterizer/RAS_ICanvas.h
@@ -133,25 +133,25 @@ public:
virtual
int
- GetMouseX( int x
+ GetMouseX(int x
)=0;
virtual
int
- GetMouseY( int y
+ GetMouseY(int y
)= 0;
virtual
float
- GetMouseNormalizedX( int x
+ GetMouseNormalizedX(int x
)=0;
virtual
float
- GetMouseNormalizedY( int y
+ GetMouseNormalizedY(int y
)= 0;
- virtual
+ virtual
const RAS_Rect &
GetDisplayArea(
) const = 0;