forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
17
Kha/Backends/Kinc-hxcpp/kha/kore/Keyboard.hx
Normal file
17
Kha/Backends/Kinc-hxcpp/kha/kore/Keyboard.hx
Normal file
@ -0,0 +1,17 @@
|
||||
package kha.kore;
|
||||
|
||||
@:headerCode("
|
||||
#include <kinc/input/keyboard.h>
|
||||
")
|
||||
@:allow(kha.SystemImpl)
|
||||
class Keyboard extends kha.input.Keyboard {
|
||||
function new() {
|
||||
super();
|
||||
}
|
||||
|
||||
@:functionCode("kinc_keyboard_show();")
|
||||
override public function show(): Void {}
|
||||
|
||||
@:functionCode("kinc_keyboard_hide();")
|
||||
override public function hide(): Void {}
|
||||
}
|
Reference in New Issue
Block a user