Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
raylib-src
espelhamento de
https://github.com/raysan5/raylib
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
24
Wiki
Atividade
Ver código fonte
Fixed DrawTextRecEx() selection when wordwrap is ON (again) (
#1149
)
pull/1154/head
Random
5 anos atrás
committed by
GitHub
pai
5e670be239
commit
e07281f8bd
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG:
4AEE18F83AFDEB23
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
src/text.c
+ 1
- 0
src/text.c
Ver arquivo
@ -973,6 +973,7 @@ void DrawTextRecEx(Font font, const char *text, Rectangle rec, float fontSize, f
startLine
=
endLine
;
endLine
=
-
1
;
glyphWidth
=
0
;
selectStart
+
=
lastk
-
k
;
k
=
lastk
;
state
=
!
state
;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar