Skip to content

Commit

Permalink
fix: restored post event
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne committed Dec 14, 2024
1 parent 107ae6e commit c19713e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotlottie-ffi/src/dotlottie_player.udl
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ interface DotLottiePlayer {
boolean state_machine_start();
boolean state_machine_stop();
sequence<string> state_machine_framework_setup();
i32 state_machine_post_event([ByRef] Event event);
i32 state_machine_post_pointer_down_event(f32 x, f32 y);
i32 state_machine_post_pointer_up_event(f32 x, f32 y);
i32 state_machine_post_pointer_move_event(f32 x, f32 y);
Expand Down

0 comments on commit c19713e

Please sign in to comment.