1
0
forked from aniani/vim

patch 9.0.0058: Win32: cannot test low level events

Problem:    Win32: cannot test low level events.
Solution:   Add "sendevent" to test_gui_event(). (Yegappan Lakshmanan,
            closes #10679)
This commit is contained in:
Yegappan Lakshmanan
2022-07-23 05:04:16 +01:00
committed by Bram Moolenaar
parent 5154a88800
commit 81a3ff97e2
7 changed files with 148 additions and 0 deletions

View File

@@ -96,4 +96,5 @@ void gui_mch_post_balloon(BalloonEval *beval, char_u *mesg);
BalloonEval *gui_mch_create_beval_area(void *target, char_u *mesg, void (*mesgCB)(BalloonEval *, int), void *clientData);
void gui_mch_destroy_beval_area(BalloonEval *beval);
void netbeans_draw_multisign_indicator(int row);
int test_gui_w32_sendevent(dict_T *args);
/* vim: set ft=c : */