Skip to content

Commit 9d5ec45

Browse files
authored
Add files via upload
1 parent 7101586 commit 9d5ec45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src-jvm/main/java/org/develnext/jphp/ext/nativehook/classes/NativeMouseWheelEventWrapper.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
import php.runtime.env.Environment;
88
import php.runtime.memory.LongMemory;
99
import php.runtime.reflection.ClassEntity;
10+
import php.runtime.annotation.Reflection;
11+
import org.develnext.jphp.ext.nativehook.NativeHookExtension;
1012

13+
@Reflection.Namespace(NativeHookExtension.NS)
14+
@Reflection.Name("NativeMouseWheelEvent")
15+
@Reflection.Abstract
1116
public class NativeMouseWheelEventWrapper extends NativeMouseEventWrapper<NativeMouseWheelEvent>{
1217
public NativeMouseWheelEventWrapper(Environment env, NativeMouseWheelEvent wrappedObject){
1318
super(env, wrappedObject);

0 commit comments

Comments
 (0)