Skip to content

Commit

Permalink
Fixes Window padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
dom96 committed Jan 5, 2020
1 parent 4d74e4f commit d4d6e6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sdl2.nim
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ type
timestamp*: uint32
windowID*: uint32
event*: WindowEventID
pad1,pad2,pad3: uint8
data1*, data2*: cint
pad*: array[56-13, byte]
KeyboardEventPtr* = ptr KeyboardEventObj
KeyboardEventObj* = object
kind*: EventType
Expand Down

0 comments on commit d4d6e6b

Please sign in to comment.