Hi to all,
I hoped that it will easy, but...
My problem is:
I tried control of run my program by inkey$.
(By usual manner inside a suitable loop.)
Example:
.........
..........
if inkey$="y" then ActionAA
..........
..........
I want call ActionAA when "y" will click as a mouse button.
(y is pressed first and press is released aftewards)
I want prevent from repeating of ActionAA by holding "y"
Thanks for yours suggestions
Lubos
------------------
Lubos
A view on PowerBASIC
I hoped that it will easy, but...
My problem is:
I tried control of run my program by inkey$.
(By usual manner inside a suitable loop.)
Example:
.........
..........
if inkey$="y" then ActionAA
..........
..........
I want call ActionAA when "y" will click as a mouse button.
(y is pressed first and press is released aftewards)
I want prevent from repeating of ActionAA by holding "y"
Thanks for yours suggestions
Lubos
------------------
Lubos
A view on PowerBASIC
Comment