# I need know vertex after rotate

**URL:** https://discourse.processing.org/t/i-need-know-vertex-after-rotate/12719
**Category:** Coding Questions
**Created:** [July 15, 2019, 3:47am UTC](https://discourse.processing.org/t/i-need-know-vertex-after-rotate/12719 "2019-07-15T03:47:54Z")
**Posts on this page:** 2
**Page:** 2

<div class="post-metadata">

### Author: ![NoName](https://avatars.discourse-cdn.com/v4/letter/n/58f4c7/32.png) [@NoName](https://discourse.processing.org/u/NoName)
#### Post date: [August 4, 2019, 4:22am UTC](https://discourse.processing.org/t/i-need-know-vertex-after-rotate/12719/21 "2019-08-04T04:22:19Z")

</div>

Hello, you helped me last time, could you do it please again?

This:

> [@Key. Russian letters. Problem](https://discourse.processing.org/t/key-russian-letters-problem/13164):
>
> Hello. The problem, in short: the key does not see Russian letters. boolean keyboard = false; void setup() { textSize(50); fullScreen(); fill(0); } void draw() { background(255); text(key, width/2, height/2); println(key); } void mousePressed() { if (!keyboard) { openKeyboard(); keyboard = true; } else { closeKeyboard(); keyboard = false; } } I know that I make a mistake, but because of my inexperience, I can’t find her I apologiz…

---

<div class="post-metadata">

### Author: ![kll](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/kll/32/964_2.png) [@kll](https://discourse.processing.org/u/kll)
#### Post date: [August 4, 2019, 2:10pm UTC](https://discourse.processing.org/t/i-need-know-vertex-after-rotate/12719/22 "2019-08-04T14:10:58Z")

</div>

i see a problem using ( a topic / even your own )  
for further questions,  
AFTER solved/solution is marked.  
better start a new.

[Previous page](https://discourse.processing.org/t/i-need-know-vertex-after-rotate/12719.md?page=1)
