Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
José Pardo Madera
/
ProjectoMultimeda2025
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d194bf9c
authored
Apr 29, 2025
by
José Pardo Madera
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Añadido manejo de entradas a PantallaGracias.cpp
parent
931170ac
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
PantallaGracias.cpp
PantallaGracias.cpp
View file @
d194bf9c
...
@@ -12,6 +12,12 @@ PantallaGracias::PantallaGracias() :
...
@@ -12,6 +12,12 @@ PantallaGracias::PantallaGracias() :
void
PantallaGracias
::
manejarEntrada
(
Handle
&
handle
)
{
void
PantallaGracias
::
manejarEntrada
(
Handle
&
handle
)
{
SDL_Event
event
;
while
(
SDL_PollEvent
(
&
event
))
{
if
(
event
.
type
==
SDL_QUIT
)
{
handle
.
removeAll
();
}
}
}
}
void
PantallaGracias
::
renderizar
(
SDL_Renderer
*
renderer
,
int
tamx
,
int
tamy
)
{
void
PantallaGracias
::
renderizar
(
SDL_Renderer
*
renderer
,
int
tamx
,
int
tamy
)
{
...
...
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