Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Sommersemester 2015
Cpp
Deth Buff Arr
Commits
c57d25f0
Commit
c57d25f0
authored
Jan 10, 2019
by
Georg Schäfer
Browse files
hide cursor
parent
f22c1167
Pipeline
#2578
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/input/input.cpp
View file @
c57d25f0
...
...
@@ -27,6 +27,8 @@ namespace gdw{
window_width_
=
util_
->
config_int
(
"width"
,
800
);
window_height_
=
util_
->
config_int
(
"height"
,
600
);
SDL_ShowCursor
(
false
);
}
input
::~
input
(){}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment