konopoYaPeeba
SETSWANA TRANSLATION: True while a mouse button is being held down, false otherwise.
SETSWANA TRANSLATION: Use inside tshwantsha to react to the user holding the mouse button — for example, to draw only while clicking.
SETSWANA TRANSLATION: Syntax
SETSWANA TRANSLATION: Section titled “SETSWANA TRANSLATION: Syntax”SETSWANA TRANSLATION: konopoYaPeebaSETSWANA TRANSLATION: Examples
SETSWANA TRANSLATION: Section titled “SETSWANA TRANSLATION: Examples”tiro setaLoeto() {
thalaKanefase(400, 400);
}
tiro tshwantsha() {
fa (konopoYaPeeba) {
sefofane(255, 0, 0);
} ha {
sefofane(220);
}
}