Waitrud Weber’s blog

things and reminders for memories

3d: WindowsAPI: Windows-make: How do we face memories problem:

(20200602: )
1. If you call the "Key Board Event",
2. If you call the "Mouse Event",

And them, you must call "WM_PAINT: Paint Process" once.

We parepare the flags of 1 and 2,
And, In 1 and 2 we stand the falgas,
And then, we (*1) the flags.

 

* to set the flag from 0 to 1

Alternative:
1. unset

2. lay down

---
The code is the below:

 

 

 

 

 

 

---

And then, we think of the which parameters we need when we call the "WM_PAINT: Paint Process".

1.  Key Borad Character
2,  Mouse Position

 

 

 

---

Something happend trouble:

f:id:Waitrud_Weber:20200604121858p:plain

---

---