How to use keyboard shortcuts to select a portion of waveform instead of mouse drag and drop?
Posted
by nc
on Stack Overflow
See other posts from Stack Overflow
or by nc
Published on 2010-04-10T13:49:01Z
Indexed on
2010/04/10
13:53 UTC
Read the original article
Hit count: 225
c#
I am making a project where i am drawing waveform of an audio file in C#. Currently I am using mouse drag and drop for a part of waveform selection. But now i want that the waveform should also be selected by using following: click at a point press shift and click again on another point. I dont have much knowledge about keyboard events. So need help in this.
© Stack Overflow or respective owner