Skip to content

Commit e5b8864

Browse files
committed
Added SDL_PRESSED and SDL_RELEASED to sdlevents.inc
1 parent 174a64a commit e5b8864

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sdlevents.inc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
const
88

9+
{ General keyboard/mouse state definitions }
10+
SDL_RELEASED = 0;
11+
SDL_PRESSED = 1;
12+
913
SDL_FIRSTEVENT = 0; // Unused (do not remove) (needed in pascal?)
1014

1115
SDL_COMMONEVENT = 1; //added for pascal-compatibility

0 commit comments

Comments
 (0)