gambas-source-code/gb.sdl2/src
Benoît Minisini 91887f926b 'Mouse.RelX' and 'Mouse.RelY' are two new properties that return how much the mouse cursor has moved.
[GB.SDL2]
* NEW: 'Mouse.RelX' and 'Mouse.RelY' are two new properties that return how much the mouse cursor has moved.
2023-08-23 02:47:14 +02:00
..
audio
c_draw.c Correctly synchronize the image texture when the image has been modified by a method from 'gb.image'. 2022-12-29 01:04:01 +01:00
c_draw.h
c_font.c
c_font.h
c_image.c Clear the modified flag after the image texture has been synchronized. 2022-12-29 01:06:18 +01:00
c_image.h Correctly synchronize the image texture when the image has been modified by a method from 'gb.image'. 2022-12-29 01:04:01 +01:00
c_key.c Key.IsPressed() is a new method that tells if a specific key is pressed. An optional argument allows to ignore the keyboard layout. 2022-12-23 23:46:05 +01:00
c_key.h
c_mouse.c 'Mouse.RelX' and 'Mouse.RelY' are two new properties that return how much the mouse cursor has moved. 2023-08-23 02:47:14 +02:00
c_mouse.h 'Mouse.RelX' and 'Mouse.RelY' are two new properties that return how much the mouse cursor has moved. 2023-08-23 02:47:14 +02:00
c_window.c
c_window.h
default_font.c
default_font.h
default_font_data.h
gb.sdl2.component
main.c
main.h
Makefile.am