Skip to content

Commit

Permalink
Expose InputEventMIDI to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelofg55 authored and slapin committed Jan 28, 2019
1 parent 5c5f2c9 commit 41029d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/register_core_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ void register_core_types() {
ClassDB::register_virtual_class<InputEventGesture>();
ClassDB::register_class<InputEventMagnifyGesture>();
ClassDB::register_class<InputEventPanGesture>();
ClassDB::register_class<InputEventMIDI>();

ClassDB::register_class<FuncRef>();
ClassDB::register_virtual_class<StreamPeer>();
Expand Down

0 comments on commit 41029d8

Please sign in to comment.