1
0
mirror of https://github.com/lxsang/Diya-API.git synced 2025-04-20 15:36:45 +02:00
Diya-API/Diya/SDL2MappedEvent.extension.st
2022-03-19 02:18:29 +01:00

7 lines
123 B
Smalltalk

Extension { #name : #SDL2MappedEvent }
{ #category : #'*Diya' }
SDL2MappedEvent >> triggableOn: aNode [
^aNode isRoot
]