Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
cannonball
Commits
710dd855
Commit
710dd855
authored
Feb 19, 2013
by
reassembler
Browse files
Renamed function for consistency
parent
14e4065b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/sdl/input.cpp
View file @
710dd855
...
...
@@ -36,7 +36,7 @@ void Input::init(int* key_config, int* pad_config, bool analog, int* axis, int a
}
}
void
Input
::
stop
()
void
Input
::
close
()
{
if
(
gamepad
&&
stick
!=
NULL
)
SDL_JoystickClose
(
stick
);
...
...
src/main/sdl/input.hpp
View file @
710dd855
...
...
@@ -58,7 +58,7 @@ public:
~
Input
(
void
);
void
init
(
int
*
,
int
*
,
const
bool
,
int
*
,
const
int
);
void
stop
();
void
close
();
void
handle_key_up
(
SDL_keysym
*
);
void
handle_key_down
(
SDL_keysym
*
);
...
...
Write
Preview
Markdown
is supported
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