Vojtech likes to use Sublime on Windows to get the wheels rolling.
This commit is contained in:
@@ -50,6 +50,8 @@ sub new {
|
||||
});
|
||||
EVT_KEY_DOWN($canvas, sub {
|
||||
my ($s, $event) = @_;
|
||||
|
||||
print "3DPreview.pm: Getting key $event\n";
|
||||
|
||||
my $key = $event->GetKeyCode;
|
||||
if ($key == 85 || $key == 315) {
|
||||
|
||||
Reference in New Issue
Block a user