Skip to content

Commit

Permalink
Merge pull request #35 from nlw0/patch-1
Browse files Browse the repository at this point in the history
Removing info line from keyboard event
  • Loading branch information
jonathanBieler authored Apr 12, 2019
2 parents 7a0d1be + 47b97ca commit a757c30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SimpleDirectMediaLayer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ module SimpleDirectMediaLayer
evtype = Event(t)
evtype == nothing && return nothing

evtype == KeyboardEvent && info(ev)

unsafe_load( Ptr{evtype}(pointer_from_objref(ev)) )
end

Expand Down

0 comments on commit a757c30

Please sign in to comment.