Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
input: fix uninitialised data in the SDL mouse input.
undefined
Sam Hocevar
11 anos atrás
pai
aab8ecfd3e
commit
349559acd9
1 arquivos alterados
com
2 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-1
src/platform/sdl/sdlinput.cpp
+ 2
- 1
src/platform/sdl/sdlinput.cpp
Ver arquivo
@@ -52,7 +52,8 @@ private:
m_app_w((float)app_w),
m_app_h((float)app_h),
m_screen_w((float)screen_w),
m_screen_h((float)screen_h)
m_screen_h((float)screen_h),
m_mousecapture(false)
{ }
Array<SDL_Joystick*, InputDeviceInternal*> m_joysticks;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar