2020-04-19 16:32 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* contrib/hbct/dattime2.c
    % minor optimization

  * src/rdd/dbsql.c
    ; added somment with syntax info

  * include/inkey.ch
  * src/rtl/hbgtcore.c
    + added support for mouse wheel left and right events to base GT code
This commit is contained in:
Przemysław Czerpak
2020-04-19 16:32:11 +02:00
parent dc8fbceefe
commit e2ebc916a9
5 changed files with 22 additions and 2 deletions

View File

@@ -88,6 +88,8 @@
#define K_MWFORWARD 1014 /* Mouse Wheel Forward */
#define K_MWBACKWARD 1015 /* Mouse Wheel Backward */
#define K_NCMOUSEMOVE 1016 /* Non-Client Area Mouse Movement */
#define K_MWLEFT 1017 /* Mouse Wheel Left */
#define K_MWRIGHT 1018 /* Mouse Wheel Right */
#define K_MINMOUSE 1001
#define K_MAXMOUSE 1016