Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
Archivist
/
raylib-src
espelho de
https://github.com/raysan5/raylib
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
24
Wiki
Trabalho
Ver a proveniência
Fixed DrawTextRecEx() selection when wordwrap is ON (again) (
#1149
)
pull/1154/head
Random
há 5 anos
committed by
GitHub
ascendente
5e670be239
cometimento
e07281f8bd
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG:
4AEE18F83AFDEB23
1 ficheiros alterados
com
1 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
src/text.c
+ 1
- 0
src/text.c
Ver ficheiro
@ -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é-visualizar
Carregando…
Cancelar
Guardar